TauTauBenn
TauTauBenn
Hi @Joffcom i deployed n8n using Azure App Services. I configured the config folder to be "/home/node/n8n" and mounted this to a file share in Azure where the files are...
yes i had to change it to "/home/node/n8n" via "N8N_USER_FOLDER" without . because azure is not allowing the dot. but n8n is definitely accessing the right folder and creating .cache...
Yeah sure of course. Azure creates the run command as follows: `docker run -d --expose=80 --name xxx -e WEBSITE_USE_DIAGNOSTIC_SERVER=false -e WEBSITE_AUTH_ENABLED=False -e WEBSITES_ENABLE_APP_SERVICE_STORAGE=false -e WEBSITE_SITE_NAME=xxx -e PORT=5678 -e WEBSITE_ROLE_INSTANCE_ID=0 -e...
At least this is what Azure shows me in the logs... maybe it removes the ENV variables and mounting points from the log. Special Characters are: _ + $ §...
Yes it's definitely the same and even if i delete the config file it just creates a new one with exact the same key. If i start it without the...