6 days ago
Hi team, I set up N8N, and it said it deployed successfully, but when I ran to test any node, nothing happened. Even though I successfully connected credentials for Google, Open API, etc.
In log on the railway it says: Blocked GET / for "Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
Blocked GET / for "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
level:"info"
replica: e862bb1d-ca04-4cf6-89c9-275136b5d5e4
View in ContextCopy as JSON
Blocked GET /favicon.ico for "Googlebot-Image/1.0"
Enqueued execution 28 (job 28)
(node:1) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 global:completed listeners added to [Queue]. MaxListeners is 10. Use emitter.setMaxListeners() to increase limit
(Use node --trace-warnings ...
to show where the warning was created)
(node:1) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 global:failed listeners added to [Queue]. MaxListeners is 10. Use emitter.setMaxListeners() to increase limit
Enqueued execution 29 (job 29)
How can I fix it? Any suggestions? thank you
2 Replies
5 days ago
Did you set this project up using a public template or repository I'd be able to access so I can try to help?
If you haven't used it at all yet and want a more robust and quick solution, I'd suggest trying out my N8N template. https://railway.com/template/r2SNX_
4 days ago
That's happening because the instance is in queue mode and you have no "worker" to pick it up. The web UI keeps adding listeners, that's why you see the MaxListeners warn.
To fix it, go to the Variables, then delete EXECUTIONS_PROCESS
(or set it to "main"). Then delete QUEUE_BULL_REDIS_ENABLED
and any BULL_REDIS_*
keys. Redeploy and be happy
That's how you fix it, but honestly it's easier to just delete the project if it's empty and deploy a new one using a template.