Hi everyone, my n8n program is suddenly unavailable after running for some time, maybe I ran it and saved too many executions,but not even after I delete all it,It seems that everything about the workflow query is wrong,other interfaces are normal.
But the weird thing is that every time I restart n8n in Docker, he returns to normal, but only for a few dozen seconds,querying a single workflow also results in an error.
It is hard to say what is going on there, I suspect something has changed on your server / host and that is causing some problems but I can’t see what they might be.
Can you share your n8n configuration, I take it your are using some environment variables as well.
Yup like that, I can’t think of anything that would cause that to fail unless something with the database went wrong. What happens if you make a backup of your database and let n8n create a new one does that work?
The stacktraces suggest that the docker image contains some kind of an APM that is monkey-patching nodejs and expressjs.
Can you please tell us about what modifications your docker image contains?
Please also try running n8n without the modifications, and let us know if that works.