Unable to connect to remote debugger: Expected 101 but got 502 Bad Gateway

I keep getting this error ever so often. Like literally every 20 minutes. My work around is to restart the project and continue development until the error pops up again, rinse repeat.

Hey there @fabrotich - sorry you’re running into this issue so much :frowning: how are you serving your project? If you’re using the tunnel (default) you could try serving the project over LAN (exp r --lan) or localhost (exp r --localhost). Let us know if neither of those fix your problem.

I am using the tunnel option, let me switch to lan. Thanks

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.