Closed TheZoker closed 11 months ago
Hey @TheZoker,
Just to rule out anything odd on the hardware side, Are you running this one an ARMv7 powered device?
Hey :)
No it's a x86_64 (i5-9500T)
Hey @TheZoker,
That rules that one out then, Which version of n8n are you upgrading from? I have just updated my 1.18.0
install to 1.19.4
and it looks to be good so far.
Hey @TheZoker,
Can you also try to prune your docker cache and see if that helps
I deleted the docker cache, but that did not help. Hmm the upgrade was from the "last" next version to the current one. I'm not sure which version that was.
I just switched from the :next
version to the :latest
and it works without any issue.
When I switch back to the :next
version, there's the issue again.
I also attached a video recording showing the issue. Maybe that helps. The issue happens in the extraction stage of the layer c973aa845984
.
https://github.com/n8n-io/n8n/assets/1368405/ecd1a7df-22f4-42b0-861a-b3922a7448ee
With the latest :next
update, the issue seems to be fixed (at least for me) 🎉
Fix got released with n8n@1.19.5
Describe the bug I just tried to update to the latest
next
version via docker. And this error happened during thedocker compose up
command:I removed all the containers, images etc. and tried it again but still the same issue.
To Reproduce Steps to reproduce the behavior:
Run
docker compose up
Expected behavior Work
Environment (please complete the following information):
Additional context Add any other context about the problem here.