Visual Studio Dash Localhost Connection Refused

Not a full fix but managed to get to at least be able to see the page by turning off debug mode. So the ode to run the app is now: app.run_server(). I can at least check how formatting changes look but I haven’t found why running debug mode breaks being able to connect to the localhost.

1 Like