-
Notifications
You must be signed in to change notification settings - Fork 400
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
App keeps reloading in Chrome with Shopify app dev CLI #1334
Comments
Our team is facing similar problem in the chrome. It keeps on reconnecting again when we open any app page while running the app locally. @paulomarg , @lizkenyon , @mkevinosullivan |
Same issue here, App keeps refreshing |
@tuanda-mh @dani-sanomads Have you found a solution yet? |
same issue, it's just start doing so today without any changes from our side. in the logs I the devTools there are requests from vite that fails and causes reload |
Hey folks, thanks for reporting this. I can see this happening right away as well, and it is affecting apps other than this template, so it's likely not an issue with the app itself. I'm going to forward this to the team, and we'll investigate right away. I'll get back to you when I know more. |
It's related to cloudflare connection, i guess. When we use the ngrok for tunneling it works fine on all templates[Remix + Node]. @paulomarg |
Got a temporary solution. Use Ngrok tunnel |
I was just coming here to flag that @dani-sanomads, thanks for raising it! It seems that cloudflare tunnels are currently stripping away all of the search parameters, so the requests that reach the app server don't have a For the others, you use an ngrok tunnel by:
|
It seems that cloudflare tunnels are working again, so I'm going to close this issue. |
I'm running shopify app dev using CLI in Chrome and I have updated the code following your "Hot module replacement and Firefox" problem but I still ran into the "app keeps reloading" bug. Please help
The text was updated successfully, but these errors were encountered: