I can create the app fine, and connect to ngrok, and install to the store. But when I get to using the app in the store, I cannot get past this message.
Out of the logs produced by cloudflare you will notice a https URL where the domain ends with trycloudflare.com. This is your tunnel URL. You need to copy this URL as you will need it in step 6.
Open a new terminal on your app root.
Run one of these depending on your package manager:
pnpm dev --tunnel-url https://randomly-generated-hostname.trycloudflare.com:3000 *replace the url with the url you got from step 4 and don’t forget to add the port at the end. *notice the extra “–” when you use npm. This is not documented in the readme file.
I don’t know when this information got added to the readme file but I’m new to this and ran into some problems when solving this issue. This makes it more clear I hope (at least for windows).
The issue was with my browser settings, being too “aggressive” and blocks trackers, ads and fingerprinting. This resulted in it not being able to load correctly.
After switching to a standard Edge setup, it worked.