Coolify version: v4.0.0-beta.473
Proxy: Traefik v3.6
Service: n8n (n8nio/n8n:2.10.2)
Problem:
My n8n instance at https://n8n.manuelahamann.de suddenly shows a browser HTTP Basic Auth popup (“Authorization required”). It worked fine this morning. I did not enable Basic Auth anywhere.
What I checked (all clean, no Basic Auth found):
- Docker Compose file – no auth middleware or labels
- Environment Variables – no AUTH/BASIC_AUTH variables
- n8n Service Settings – no Basic Auth toggle
- Traefik main config (docker-compose.yml) – no auth labels
- Traefik Dynamic Configurations – only default_redirect_503.yaml
- n8n container logs – healthy, running fine on port 5678
- Server Security tab – nothing auth-related
What I noticed: - Proxy was “Proxy Exited” – restarted it, now “Proxy Running”, but Basic Auth popup persists
- Previously the domain was set to
https://n8n.manuelahamann.de:5678, changed it tohttps://n8n.manuelahamann.deand redeployed
What I could NOT check yet: docker inspectlabels on the running n8n container (SSH/terminal access issues)- Dynamic Traefik files on disk (
/data/coolify/proxy/dynamic/)
Question: Does Coolify auto-generate BasicAuth middleware labels on service containers? How can I find and disable it? Is this a known issue with v4.0.0-beta.473?
Describe the problem/error/question
What is the error message (if any)?
Please share your workflow
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
Share the output returned by the last node
Information on your n8n setup
- n8n version:
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system: