Hi everyone, I hope someone can help me
I need remove auth/login
because I want setup and only use in local so I not want to login before go to workflow,
I try with env N8N_BASIC_AUTH_ACTIVE=false as chatgpt said but it not working, I think this flag has been removed
So this variable is deprecated and we don’t support it anymore. Here’s a list of the environment variables n8n supports at the moment: Environment Variables Overview | n8n Docs
We don’t actually have an option to disable authentication and do not recommend doing it. If you have a password manager, something like Bitwarden for example, it makes it super speedy to pass the login settings and you don’t run the risk of facing safety issues.