Helo! I’m developing a React app. I’ve noticed that the changes I do to the code do not get reflected on the hostname served by the tunnel but do get applied on the localhost that the tunnel is connected to.
Is it possible to view changes live on the tunnel?
Thanks
I’m experiencing the same issue. I have a react.js app running on a Docker container that’s using Nodemon to refresh the server when changes are made to the files. I’ve mapped the server files to a volume and any changes made display locally but don’t reflect over the tunnel. Not sure why this is happening because the tunnel points directly to the localhost port hosting the application. If changes made to the app display locally it should reflect through the tunnel, right? Have you found a solution to this? I’m thinking maybe the cloudflare tunnel server is caching the files? Not quite sure tho