Change n8n localhost Webhook or OAuth2 URL to Your Domain
Written on June 9, 2025
Self-hosting n8n and seeing something like http://localhost:5678/rest/oauth2-credential/callback or similar localhost when you expect your public domain like https://n8n.your-domain.com? Here’s the quick fix. The Solution: Explicit Environment Variables Since I'm running n8n on my Proxmox hypervisor and using Cloudflared Tunnel for the domain, I had to just go to my n8n LXC, and edit the n8n.service […]
Read more