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.
I noticed that you used coolify for deployment, causing a subdomain of a subdomain. I don’t know if this could be an obstacle for the n8n stack. In coolify, can you direct n8n to n8n.smartads.app?
Guys! I’ve been solved! In my case, the main issue was on “Compose File”, I made some changes that i’ll leave below, and it back to works fine! I found the solution on this topic: Coolify n8n OAuth Redirect URL
Changes on compose file:
‘N8N_EDITOR_BASE_URL=${SERVICE_FQDN_N8N}’ //before it was using SERVICE_FQDN_N8N_5678 with the wrong URL.
‘WEBHOOK_URL=${SERVICE_FQDN_N8N}’ //before it was using SERVICE_FQDN_N8N_5678 with the wrong URL.