Not able to access the application over HTTP using Public Networking for Python uvicorn
anishdutta
FREEOP
a month ago
I have deployed a python Fastapi server but not able to access the same via the public endpoint, receiving Error: getaddrinfo ENOTFOUND smran-python-be-production.up.railway.app
Logs seems to be fine, working fine in local
1 Replies
a month ago
I'm able to access your API perfectly fine. Try flushing your computer's DNS cache and see if it helps.
If it doesn't, you might want to double check your DNS/firewall configurations to make sure any Railway domains aren't being blocked.
Attachments