Permission Error When Adding Code Block to Workflow
Hi!
I'm getting a permission error specifically when trying to add a code block to a workflow in Twenty.
Setup:
Twenty latest version in Docker
Behind NGINX reverse proxy
Error occurs when: Adding a code block/module to any workflow → Console shows:
Uncaught (in promise) ApolloError: EACCES: permission denied, mkdir '/app/packages/twenty-server/.local-storage/workspace-3ba4f6d0-1ed6-4dd2-90dd-f5a011bea102'
Working fine:
Creating workflows without code blocks
All other Twenty functionality
Question: Looks like Twenty can't create the workspace directory for code execution. Is this a Docker volume/permissions issue with .local-storage? Any recommended Docker setup for the code execution feature?Thanks for any help!
I'm getting a permission error specifically when trying to add a code block to a workflow in Twenty.
Setup:
Twenty latest version in Docker
Behind NGINX reverse proxy
Error occurs when: Adding a code block/module to any workflow → Console shows:
Uncaught (in promise) ApolloError: EACCES: permission denied, mkdir '/app/packages/twenty-server/.local-storage/workspace-3ba4f6d0-1ed6-4dd2-90dd-f5a011bea102'
Working fine:
Creating workflows without code blocks
All other Twenty functionality
Question: Looks like Twenty can't create the workspace directory for code execution. Is this a Docker volume/permissions issue with .local-storage? Any recommended Docker setup for the code execution feature?Thanks for any help!