We are building an app using the default TypeScript Remix template. Recently, Cloudflare Quick Tunnels doesn’t seem to target our localhost correctly.
I’ve tested it on both my Mac and PC with the original app scaffolding, and the problem appears to be intermittent—sometimes it works, and sometimes it doesn’t.
The app works fine when accessed directly through localhost.
I’m experiencing the same and yet to find a solution.
Looks like something related to DNS for trycloudflare.com. When creating a tunnel using cloudflared, I get the same issue even though the tunnel is created.
It could work, but the /extensions/dev-console page isn’t loading when using ngrok, which prevents me from previewing the full-page customer account UI extension. Do you know how I can find the generated URL?
It could work, but the /extensions/dev-console page isn’t loading when using ngrok, which prevents me from previewing the full-page customer account UI extension.
Do you see a specific error your web browser’s dev tools console?
In my own setup, I only see one small customization:
HOST=0.0.0.0 npx shopify app dev
In my case I’m running my environment on a remote host through Gitpod. So I had to open up the binding, but not sure of your case.