Python Backend hangs indefinitely (loading spinner) until manual redeploy
shahin-behzadrad
PROOP

23 days ago

Hi,

I am facing a critical issue with my production app where the backend becomes unresponsive after a period of time, requiring a manual redeploy to fix.

The Stack:

  • Frontend: Next.js

  • Backend: Python

  • Database: Postgres

The Symptoms:

  • The app (summachat.com) works fine after a fresh deploy.

  • After some time (hours/days), the frontend gets stuck on a loading state.

  • The backend service shows as "Online" in the Railway dashboard (no crash reported).

  • The Fix: If I manually redeploy the exact same backend commit, the app immediately starts working again.

Project ID:5f090606-c2e6-456d-b71e-9fd698cf176b,

Could someone please check the service metrics/health to see why it hangs without crashing?

Thanks!

$20 Bounty

1 Replies

Railway
BOT

23 days ago

This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.

Status changed to Open Railway 23 days ago


Is serverless enabled on your frontend service?


Loading...