I’ve developing my app by running forge tunnel. But it became insane, because tunnel randomly fails my requests. Now I want to switch back to “forge deploy” development with rebuilding my frontend part manually. But I can’t do it. Here what I tried:
Stop tunnel
Delete tunnel configuration from my manifest.yml
Redeploy my app
Reinstall my app on my instance
No results, when I open my app it still waiting for frontend hosted on my localhost, screen attached.
I’m having the same issue on Apple m2. I tried using FORGE_DEV_TUNNEL=true because running in Docker didn’t work at all.
I followed the instructions here Quick tip: Tunneling without Docker (useful for Apple Silicon / M1)
But it also didn’t work.
Now I am unable remove the tunnel from my app, it is trying to load from localhost. I have tried redeploying, reinstalling, shut down Docker. Nothing works.