Workflow can't be deactivated or saved

Describe the problem/error/question

I have an issue on all my workflows. Once they are activated, I can’t deactivate them, save them or archive them. I just tried the following :

  • Duplicate a flow
  • Delete everything and recreate an empty flow with a chat trigger
  • I can save that flow, active it and deactivate.

I guess there is an issue if my flows.

What is the error message (if any)?

Please share your workflow

Information on your n8n setup

  • n8n version: 1.116.2
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
  • Operating system: OpenMediaVault - Linux Kernel 6.12.42

Adding this variable in my dockerfile fixed the issue :

N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=true

I followed the recommendation from the log file.

1 Like

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