-
Notifications
You must be signed in to change notification settings - Fork 11.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bad Gateway Error and Main n8n Crash if binary Data is missing in Execution View #5063
Comments
Hey @prononext, I think the binary data only exists on disk for a limited amount of time, Maybe 24 hours with the default settings so if you are rerunning a workflow that failed that could be why. The Gateway error could be something else as well it is hard to say without seeing the full error. |
That is very strange. Binary data of saved executions should stay around indefinitely. Only for manual executions, where saving execution data is disabled will it be auto-deleted after a certain time. But obviously should also never crash! |
This was fixed in #4964. |
Fix got released with |
I had a workflow failing because of execution data was missing.
It was a workflow that downloaded images, resized them and uploaded to s3 again.
I do not know why the data was not avilable while execution, but I noticed that when I went to the execution view in UI and choose the node with the problem. I tried to view the missing binary data and at that moment it got a "Gateway Error" and the whole UI Crashed with the n8n main container in my queue setup. I tried this 4 times with the same result.
There was a log in the n8n main service.
System Details:
The text was updated successfully, but these errors were encountered: