Application failed to respond
florentjousse
PROOP
14 days ago
Hi there,
I have two deployments of the same backend (same fast api code) but one does not respond on the provided adress https://btptask-production.up.railway.app/
It does not seems to be a port problem, I'm running the service with
uvicorn app.main:app --host 0.0.0.0 --port ${PORT:-8000}and railway is set up to listen on this port as well Not sure how to debug this any help would be appreciated.
Thanks
Attachments
1 Replies
florentjousse
PROOP
11 days ago
I've tried to remove the dupplicated service, but still the service that I'm trying to run shows no error (in deploy or build logs) and is not accessible with the message "Application failed to respond".