RunpodR
Runpod2y ago
19 replies
todio

Running on local URL but can't access from outside

Hi guys, I have this service running in my pod but I can't seem to access it through the intended way.

I have the service ready
Running on local URL: http://127.0.0.1:7860
I checked using curl from the pod on localhost and I get the interface.

However, the service is "not ready" from the UI

And when I still try to connect I get the Bad gateway Error code 502 error
image.png
Solution
You don't need to edit the code.
export GRADIO_SERVER_NAME="0.0.0.0"
Was this page helpful?