backend is stop responding
rsdaadmin
FREEOP
2 months ago
(index):1 Failed to load resource: the server responded with a status of 404 ()
1 Replies
Railway
BOT
2 months ago
Your backend service is running successfully, Uvicorn is listening on port 8000, and the health check endpoint is returning 200 OK. All services in your project (backend, frontend, database, Redis) show successful deployments. The 404 error is coming from your application itself for the specific route being requested, not from the platform, so this would be an application-level routing issue to investigate in your code.
Status changed to Awaiting User Response Railway • about 2 months ago
Status changed to Solved rsdaadmin • about 2 months ago