Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Developing applications in Shopify opens prompts Handling response #5446

Open
2 tasks done
komorebi-cqd opened this issue Feb 21, 2025 · 0 comments
Open
2 tasks done
Labels
Area: @shopify/app @shopify/app package issues Type: Bug Something isn't working

Comments

@komorebi-cqd
Copy link

Please confirm that you have:

  • Searched existing issues to see if your issue is a duplicate. (If you’ve found a duplicate issue, feel free to add additional information in a comment on it.)
  • Reproduced the issue in the latest CLI version.

In which of these areas are you experiencing a problem?

App

Expected behavior

It should be a product adding interface when it opens

Actual behavior

Opening the interface only returns the "Handling response" text

Verbose output

Verbose output
dependencies:
@prisma/client 6.4.0
@remix-run/dev 2.15.3
@remix-run/fs-routes 2.15.3
@remix-run/node 2.15.3
@remix-run/react 2.15.3
@remix-run/serve 2.15.3
@shopify/app-bridge-react 4.1.6
@shopify/polaris 12.27.0
@shopify/shopify-app-remix 3.7.1
@shopify/shopify-app-session-storage-prisma 6.0.1
isbot 5.1.23
prisma 6.4.0
react 18.3.1
react-dom 18.3.1
vite-tsconfig-paths 5.1.4

devDependencies:
@remix-run/eslint-config 2.15.3    @types/react-dom 18.3.5
@remix-run/route-config 2.15.3     eslint 8.57.1
@shopify/api-codegen-preset 1.1.4  eslint-config-prettier 10.0.1
@types/eslint 9.6.1                prettier 3.5.1
@types/node 22.13.4                typescript 5.7.3
@types/react 18.3.18               vite 5.4.14

Reproduction steps

  1. I followed the steps in this link to install.
  2. In fact, when I installed and ran "shopify app dev", it prompted me to "Add the flag --tunnel-url {URL} to use a custom tunnel URL". Shopify cil's Cloudflare conversion did not seem to take effect. Then I used ngrok and ran "shopify app dev --tunnel-url https://xxx.ngrok-free.app:3000"
    3.After the run is completed, it will return a preview address "https://xxx.myshopify.com/admin/oauth/redirect_from_cli?client_id=xxx". When I preview it, it will jump to shopify and then display "Handling response"
  3. The running project will promptAuthenticating admin request | {shop: xxx.myshopify.com} 10:21:21 │ remix │ [shopify-app/INFO] No valid session found | {shop: xxx.myshopify.com} 10:21:21 │ remix │ [shopify-app/INFO] Requesting offline access token | {shop: xxx.myshopify.com}. I have tried to sync the time, but it didn't change. I don't know what the problem is.

Operating System

Windows 10

Shopify CLI version (shopify --version)

@shopify/cli/3.75.3 win32-x64 node-v20.10.0

Shell

powershell

Node version (run node -v if you're not sure)

v20.10.0

What language and version are you using in your application?

node 20

@komorebi-cqd komorebi-cqd added the Type: Bug Something isn't working label Feb 21, 2025
@isaacroldan isaacroldan added the Area: @shopify/app @shopify/app package issues label Feb 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: @shopify/app @shopify/app package issues Type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants