Help with errors when launching n8n instance

Describe the problem/error/question

When I start my workflow my console says something about permissions, but they are ignored and the instance launches normally.

What is the error message (if any)?

PS C:\WINDOWS\system32> docker run -it --rm --name n8n -p 5678:5678 -v C:\Users\[Me]\.n8n:/home/node/.n8n docker.n8n.io/n8nio/n8n
Permissions 0777 for n8n settings file /home/node/.n8n/config are too wide. This is ignored for now, but in the future n8n will attempt to change the permissions automatically. To automatically enforce correct permissions now set N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=true (recommended), or turn this check off set N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=false.
User settings loaded from: /home/node/.n8n/config
Initializing n8n process
Error tracking disabled because this release is older than 6 weeks.
n8n ready on 0.0.0.0, port 5678

There is a deprecation related to your environment variables. Please take the recommended actions to update your configuration:
 - N8N_RUNNERS_ENABLED -> Running n8n without task runners is deprecated. Task runners will be turned on by default in a future version. Please set `N8N_RUNNERS_ENABLED=true` to enable task runners now and avoid potential issues in the future. Learn more: https://docs.n8n.io/hosting/configuration/task-runners/

Version: 1.84.3
 ================================
   Start Active Workflows:
 ================================
   - "Toggl to Notion n8n Custom" (ID: deleted to post here))
     => Started

Editor is now accessible via:
http://localhost:5678

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • n8n version: 1.84.3
  • Database (default: SQLite): Default I guess, I’m not sure.
  • n8n EXECUTIONS_PROCESS setting (default: own, main): Default I guess, I’m not sure.
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Docker.
  • Operating system: Windows 10.

This part of the error message is literally the solution as well.
You need to tighten up the permissions on the /home/node/.n8n/config file.

Try sudo chmod 644 config from the /home/node/.n8n/ directory.

Can you provide a step by step in where I have to go and how to open the /home/node/.n8n/ directory please? I have little to no idea what am I doing. Basically I brute forced myself into making this work by looking to a lot of tutorials. My knowledge is barebones.

Bump.

Please, anyone?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.