Hi, I’m having an issue with forge tunnel
. When I first start the tunnel, everything looks fine — the code is bundled, I see “Listening for requests…”, and I can see my latest changes in the browser on the initial load.
However, after I make any code change or simply reload the page, I start seeing an old version (as if from the repository), like the tunnel has stopped working. In the browser console, I get the error “Configuration error: Tunnel service returns error”, but the Forge terminal stays silent — no errors or logs.
I’ve tried setting FORGE_LOG_LEVEL=debug
, but it doesn’t provide any helpful output — just the default bundling and listening messages.
I really need the tunnel to work reliably. Any help or suggestions would be greatly appreciated.
i saw similar issue raised 2y ago but i see no answer to it Tunneling error( Error: Tunnel service returns error)
p.s. now i need re-deploy every time i debug or create smthng.