Describe the problem / error / question
I run a self-hosted n8n instance on Railway.
After Railway automatically upgraded to the latest n8n image, the public URL no longer loads the editor – I only get a blank page / 502.
- Restarted the service (
Railway → Restart
) - Re-deployed the same repo
- Container starts, but a request to
/
returns 502, so I can’t reach my workflows.
I’m afraid of losing all the automations stored in that instance.