20 days ago
I've redeployed a couple of times but there seems to be an error that I can't understand:
Invalid value for N8N_LOG_LEVEL - Invalid enum value. Expected 'error' | 'warn' | 'info' | 'debug' | 'silent', received 'verbose'. Falling back to default value.
level:"error"
replica: b586e7ef-ee6d-438e-bced-8f22759039fd
1 Replies
20 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 brody • 20 days ago
19 days ago
That's because "verbose" isn't allowed anymore. You just need to change the N8N_LOG_LEVEL variable to "debug" or just delete it. Then redeploy.
Is this your first time deploying it? If so, I recommend you deploy from a template if you haven't already. Here's the most used template: https://railway.com/template/r2SNX_
Also always make sure to use the latest stable version which is called "latest". The source image should be n8nio/n8n:latest
As a general tip, if a deploy was working before, go to a previous working deploy and click ROLLBACK. That might fix eventual breaks.