The pod is not exposed externally.
I followed RunPod's documentation to run a web server using FastAPI + Uvicorn on port 8000.
I also specified port 8000 in the Expose HTTP Ports field in the Pod config.
RUN uvicorn main:app --reload --host 0.0.0.0 --port 8000
The logs show that the command executed successfully:
However, when I click the Connect button, it shows "HTTP Service [PORT 8000] Not Ready", and when I try to access https://{POD_ID}-8000.proxy.runpod.net/ directly, it displays a 502 bad gateway error page.
Can you help me identify what might be the problem?
I'm using a Community Pod rather than a Secure Pod - could this be the issue?16 Replies
Never mind.
It works normally after mapping port 8000 to TCP instead of HTTP in the Pod settings.
Unknown User•8mo ago
Message Not Public
Sign In & Join Server To View
hi, `i have the same problem could you tell me what comment i must put in window in pods settings?

Unknown User•8mo ago
Message Not Public
Sign In & Join Server To View
nope
Unknown User•8mo ago
Message Not Public
Sign In & Join Server To View
I removed port 8000 all others seemingly work and it stands still nothing continues to happen with it 🙂

Unknown User•8mo ago
Message Not Public
Sign In & Join Server To View
@Nureongi
Escalated To Zendesk
The thread has been escalated to Zendesk!
I removed 8000 😛 and still same problem - NOTHING
Unknown User•8mo ago
Message Not Public
Sign In & Join Server To View
stable diffusion application under which I am doing this pod does not turn on
Unknown User•8mo ago
Message Not Public
Sign In & Join Server To View
I am noob... sorry but are you able to write how to do it?
Have you tried clicking on any of those 'Ready HTTP Service'?
One of those is likely linked to the web GUI maybe you're looking for.
Unknown User•8mo ago
Message Not Public
Sign In & Join Server To View