Attempt to read execution blocked due to insufficient permissions... again, sorry!

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. :ok_hand:

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

Do you by any chance have execution saving disabled for this workflow in the settings, or globally? if yes, can you please try enabling saving of successful executions, and see if that fixes the issue?

Sorry it does not help either. I tried all scenarii before, with the Do not Save, Default - Save and Save options. File update won’t trigger the flow.