I have my n8n running on Docker, but it stopped all of a sudden. I restarted the computer, and it forgot my credentials, and everytime I write /setup it redirects to /signin. I’ve already uninstalled, and reinstalled, tried guidance from chatGPT, but no solution. How can I get access to the /setup again, at least to create a new account?
edit: “To automatically enforce correct permissions now set N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=true (recommended), or turn this check off set N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=false.”
Should I edit the docker compose yml file to make this change?
joao@MacBook-Air-de-Joao ~ % docker volume ls
DRIVER VOLUME NAME
local self-hosted-ai-starter-kit_n8n_storage
local self-hosted-ai-starter-kit_postgres_storage
local self-hosted-ai-starter-kit_qdrant_storage
Ah, I didn’t know you were running the ai starter kit. So when you start it up again you are using docker compose? Usually credentials problems are caused by not persisting the storage, but it should be in the n8n_storage attached in the .yml file