Shopify 应用程序:由于浏览器 cookie 问题,此应用程序无法加载

问题描述 投票:0回答:1

通过

npm init @shopify/app@latest
生成应用程序时,运行
npm run dev
并在 Shopify 商店中安装应用程序时。出现以下错误
This app can’t load due to an issue with browser cookies. Try enabling cookies in your browser, [switching to another browser](https://community.shopify.com/c/Shopify-Apps/Some-Third-Party-Apps-may-not-be-accessible-on-Chrome-80-update/m-p/650220/thread-id/20503), or contacting the developer to get support.

  • @shopify/shopify-app-remix
    版本:1.1.0

  • 节点版本:18.6.1

  • 操作系统:Windows 11

预期行为

应用程序应正确安装并显示演示页面。

实际行为

应用程序提供详细的错误

重现问题的步骤

  1. 运行

    npm init @shopify/app@latest

  2. 运行

    npm start dev

  3. 安装应用程序

  4. 启动应用程序

node.js shopify shopify-app
1个回答
0
投票

我也尝试用

npm init @shopify/app@latest
remix
安装,
npm run dev
安装后没有任何问题。

运行

npm run dev
后,登录我的Google帐户,我可以看到Shopify合作伙伴页面。

节点版本:18.17.1

** 在第一次初始化时,它会要求您按任意键打开浏览器登录,请尝试以非隐身模式打开?

© www.soinside.com 2019 - 2024. All rights reserved.