You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
n8n container keeps restarting with the below error.
› Error: There was an error: Error parsing n8n-config file
› "/home/node/.n8n/config". It does not seem to be valid JSON.
ln: /home/node/.n8n: File exists
I was using below config for the docker containers.
Hi jawaharas,
You have to run "docker-compose up -d" command as a root. Firstly switch user to root with "sudo su" command and enter your password then run "docker-compose up -d" command. Note: You have to clean docker volumes for thehive4-cortex31-n8n template. (list volumes with "docker volume ls" command, delete volumes with "docker volume rm volume_name" and delete vol path.)
n8n container keeps restarting with the below error.
I was using below config for the docker containers.
https://github.com/TheHive-Project/Docker-Templates/tree/main/docker/thehive4-cortex31-n8n
The text was updated successfully, but these errors were encountered: