Closed tajbowness closed 3 months ago
Same here
Also getting the same issue, started getting it yesterday on an existing application, so decided to test on a completely fresh shopify app init
project - also keeps refreshing.
Browser console says failed to connect to cloudflared tunnel wss://
. I'm on the latest CLI version (just upgraded from npm).
Same here
same here and my checkout extension doesnt load:
same here
same here
+1
We are having exactly same issue
same here
same
we're having the same issue. tried updating to the latest version of the CLI (3.66.0) but no change.
Also experiencing this issue. Cannot run any app at the moment.
Same here!
+1
Workaround until they fix this:
ngrok http --domain=xxx-xxxxxxxxx-xxxxxx.ngrok-free.app 80805
npm run dev -- --tunnel-url="xxx-xxxxxxxxx-xxxxxx.ngrok-free.app:8080"
same here
The above suggested is a temporary solution.It will work. Please note that the both ports need to be same. If you are creating ngrok tunnel on the port, the same port should be used with npm run command. If 8080 is using any other service you can use other unused port.
Hey folks, thanks for reporting this. It seems that cloudflare tunnels are stripping away all of the search parameters, and that causes app loads to fail.
As mentioned, the best workaround at the moment is to use e.g. ngrok (or any other tunnel software you want):
ngrok http 3000
(or any other port)
shopify app dev --tunnel-url=https://<address>:<port>
(see documentation)It seems that cloudflare tunnels are working again, so I'm going to close this issue.
Hello,
This issue has only started occuring today. Everything was working perfectly fine yesterday. Also on my other project that I haven't touched in a week, is also getting the same issue.
Basically, the vite server keeps refreshing.
Browser console error logs
Browser console info logs
In
vite.config.js
,For now I've had to change the clientPort to something other than
443
, which stops the issue, but you lose HMR.Unsure if this issue should be posted to the this repo, so please move it if necessary. I believe it's a Shopify issue as creating a test remix app like this
npx create-remix@latest
, the issue doesn't occur. And someone on Shopify forums reported the same problem today.https://community.shopify.com/c/shopify-apps/continuous-re-auth-by-shopify-admin-api/m-p/2726541#M82476
I'm on Chrome. But it's also occuring on Edge.