I am running the latest N8N docker compose on portainer OMV NAS, and I got this error. I asked ChatGPT and it said that the new version does not have the command start. Any advice?
Edit, I am running Queue mode and I have 2 workers on it.
error | Error: Command “start” not found {“file”:“command-registry.js”,“function”:“execute”}
Where did you get this error? What did you do to get this error? How often does this error happen? Which version of n8n are you running? What are you trying to do? Can you share the workflow?
I got this error in the docker logs. I just pulled the latest docker image, and went through the normal update process, then suddenly N8N is not working. I then went to check the docker logs, and that’s error. I could not access to the N8N interface, so I did not know what the version is
I got a solution for the issue. It turns out that I did not give the right permission for subfolder. I should have given them the recursive -R when I do chmod command, lol.
HI @jabbson, I am not sure what happened, but I did mess around permission for other apps, not N8N specifically because it is running some important workflows.
I am using OMV NAS, so my guess is that I accidentally messed up the permission for N8N, but it had not got affected yet, and when I updated the image to the latest version (need set the container down), the new permission took effective. I need to document this issue for future use.
I give user:group-user permission to the N8N folders. Any user that has root privilege works, and the group is the user group on my NAS. OMV behaves a little bit strange to me. Even though I assign a user to the container, it appears that the delegation does not work accordingly.