I’d like to connect to the raspberry Pi Node.js server I set up from outside my network.
My router claims the port is open. I have tried running the server at 127.0.0.0, 0.0.0.0, and at my public IP address.
I have tried using ngrok to open port 8080, where the server hosts a simple web page, but trying to access myIP:8080 doesn’t work.
Can anyone help me out here?