Local File Trigger node won’t fire up
Yet my workflow is set to Active.
Note: when I test with a manual trigger (When clicking ‘Test workflow’), my workflow works well.
Error message: Attempt to read execution was blocked due to insufficient permissions
Output returned by the last node: none.
- The
root
user inside the container has access. - Checked in the File Explorer properties: The user or group has Full Control and permissions are given all to way to subfolders.
My docker-compose.yml file:
version: "3.8"
services:
n8n:
image: n8nio/n8n:latest
container_name: n8n
user: root
ports:
- "5678:5678"
volumes:
- /c/Users/fred/Projects/git-pulls:/data/git-pulls
Information on your n8n setup
- **n8n version:**1.69.2
- **Database (default: SQLite):**SQLite
- **n8n EXECUTIONS_PROCESS setting (default: own, main):**own
- **Running n8n via (Docker, npm, n8n cloud, desktop app):**Docker desktop
- Operating system: Win 11 64bits
instance information
Debug info
core
- n8nVersion: 1.69.2
- platform: docker (self-hosted)
- nodeJsVersion: 20.18.0
- database: sqlite
- executionMode: regular
- concurrency: -1
- license: enterprise (production)
- consumerId: 341d99a3-2fba-483e-ac4c-0e62ccc3e996
storage
- success: all
- error: all
- progress: false
- manual: true
- binaryMode: memory
pruning
- enabled: true
- maxAge: 336 hours
- maxCount: 10000 executions
client
- userAgent: mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/131.0.0.0 safari/537.36
- isTouchDevice: false
Generated at: 2024-11-30T15:50:26.831Z