You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.)
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"
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
The text was updated successfully, but these errors were encountered:
Please confirm that you have:
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
Reproduction steps
--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"
Authenticating 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
The text was updated successfully, but these errors were encountered: