T
Twentyβ€’2w ago
FFlori

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! πŸ™
1 Reply
martmull
martmullβ€’2w ago
Hey @FFlori this is surely related to local_storage configuration. Fix and detailed explanation are here -> https://discord.com/channels/1130383047699738754/1402225458279616512

Did you find this page helpful?