Web app runs in remote debugger but not compiled

I finally figured out how to run my app on an rPi in the remote debugger, but after compiling, uploading and setting the permissions, it does not work. I can start a process and know it has started (because I write to the system log) but the browser system the site can’t be reached at http://127.0.0.1. I don’t have any #if debugbuild statements that could be affecting it.

Unless you are browsing from your rPi you’ll need to use the IP address of the rPi, not local host. Also check the shared build settings for the port you’ve set the app to listen on, if it is not port 80 (which may be blocked by the OS) you’ll need to specify that as part of the address.

1 Like

No idea what caused it, but it works fine after rebooting the rPi.