Hello guys! I’m facing an issue that we already found others topics about the same subject, but in my case, I’ve been tried all the tips and doesn’t work, even many redeploys after change the infos. As you can see below, i still without the “https://” on my redirect URL.
Below are my Env Var.:
SERVICE_FQDN_N8N=https://n8n.coolify.xyz.
SERVICE_FQDN_N8N_5678=n8n.coolify.xyz.
SERVICE_PASSWORD_POSTGRES=
SERVICE_URL_N8N=https://n8n.coolify.xyz.
SERVICE_URL_N8N_5678=https://n8n.coolify.xyz.
SERVICE_USER_POSTGRES=
DB_POSTGRESDB_PASSWORD=$SERVICE_PASSWORD_POSTGRES
DB_POSTGRESDB_USER=$SERVICE_USER_POSTGRES
GENERIC_TIMEZONE=America/Sao Paulo
N8N_EDITOR_BASE_URL=https://n8n.coolify.xyz.
N8N_HOST=n8n.coolify.xyz.
POSTGRES_DB=n8n
POSTGRES_PASSWORD=$SERVICE_PASSWORD_POSTGRES
POSTGRES_USER=$SERVICE_USER_POSTGRES
TZ=America/Sao Paulo
WEBHOOK_URL=https://n8n.coolify.xyz.
I’ve just hidden my domain and passwords.
Could you help me with this issue, please?
Information on your n8n setup
- n8n version: 1.115.3
- Database (default: SQLite): Postgres
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):Docker
- Operating system:


