EACCES: permission denied (volume)
while have volume mounted on
/home/node/.n8n
15 Replies
Project ID:
ba59258e-37d9-4304-9271-6441ec33e2f3
ba59258e-37d9-4304-9271-6441ec33e2f3
what updates did n8n do to break your template so badly?
it turned out to have just been a railway or docker issue because i made changes and then it wasnt working so i ran the original and it worked
but im trying to fix volume stuff but its a little confusing how they do it with
https://docs.n8n.io/hosting/installation/server-setups/docker-compose/#5-create-docker-compose-file:~:text=%2D%20%24%7BDATA_FOLDER%7D/.n8n%3A/home/node/.n8n
https://docs.n8n.io/hosting/environment-variables/environment-variables/#deployment:~:text=on%20first%20launch.-,N8N_USER_FOLDER,-String
Environment variables reference | n8n Docs
Configuration variables for self-hosted n8n.
Docker Compose | n8n Docs
Documentation for n8n, a workflow automation platform.
mayve gotten it
nope
may have an alternative fix
quick question tho, whats the variable for generating a secret string in a template env
what's your data folder env set to?
N8N_USER_FOLDER was set to the volume variable
and the volume was set to /root/volume
that is ive tried the same with the volume set to /home/node, /home/node/.n8n. /root/.n8n
set your variables without using template variables, there's an issue with rendering variables from templates
same for the db or can that remain
tbh keeping a static env encryption key works, not sure the pros of having a volume with n8n ill look
no those are fine, they are automatically added
wait youre talking about like
i was setting it internally in the dockerfile
for the volume
not in the template deploy page options
would like more volume documentation, hard to understand better how it works or to learn
when i start it w/o declaring that env var too this is among some of the few deploy logs
UserSettings were generated and saved to: /home/node/.n8n/config
sorry I went afk
read the recent messages in this chat
https://discord.com/channels/713503345364697088/1133689689384177814
I don’t have any problem with template variables, those work fine in my case.
oh that's good then, but unfortunately I don't quite know what to tell you here, this is more so something I'd need be to be hands on to debug