a month ago
Hi Railway team,
My n8n instance (service ID: primary-production-4e894) was working perfectly for 8 months until today when it auto-updated to n8n version 1.121.3.
Problem:
All workflow executions now hang indefinitely (spinning, never completing)
Even simple blank workflows with just a Manual Trigger fail to execute
No errors in logs - workflows just never start processing
What I've tried:
Added environment variable
N8N_VERSION=1.60.1to rollback to stable versionRedeployed service multiple times
Added
N8N_RESET_DATABASE=trueto clear execution historyChecked deployment logs - no version rollback occurred despite variable being set
Current state:
N8N_VERSION=1.60.1is set in environment variablesService still deploys with n8n 1.121.3 (variable is being ignored)
Railway template appears to hardcode Docker image tag to
:latest
Request: How can I force my n8n service to use a specific Docker image version (n8nio/n8n:1.60.1) instead of :latest? The environment variable approach isn't working with your n8n template.
Alternative: Is there a way to edit the service's Docker image configuration directly, or do I need to delete and recreate the service?
Thanks for your help.
Where to send it:
Railway Dashboard → Help icon (bottom left) → "Contact Support"
OR: Railway Discord: https://discord.gg/railway
THEY'LL LIKELY TELL YOU:
"Delete the service and redeploy with the version pinned from the start."
Which is what I've been suggesting for the last hour.
WHILE YOU WAIT FOR THEIR RESPONSE
Just rebuild it yourself. Seriously.
Export workflow (you have it)
Delete Primary service
Create new one
Set
N8N_VERSION=1.60.1BEFORE first deployImport workflow
Done in 15 minutes
Railway support will take 2-24 hours to respond, and they'll probably say the same thing.
Your call: Wait for Railway support, or just fix it yourself in 15 minutes?
3 Replies
medim
Are you using a template?
20 days ago
Hello, I am not using a template.
20 days ago
It just continues to spin without starting the workflow. It does this whenever I try to run any of my workflows.
Attachments
