i did have WEBHOOK_URL set to my hostname as well, but I was missing N8N_PROXY_HOPS = 1
I set that and restarted the container, no luck
The only thing remaining is the headers, but I can’t edit headers on this reverse proxy I think, I’ll reference this thread and support doc as a bug/feature request if these headers are needed for oauth flow
so the URLs are identical except my n8n does not tell me to specify protocol https:// but platforms require it to save the URL so I add it. Besides this, it looks identicall on my end
Diff checker shows what I have in twitter dev on left, and what n8n shows on right,. bottom shows only difference is https:// (my n8n does have a proper SSL cert, I use https:;// when I connect to it)
if i add https manually, it gives me an auth page, but then once I click to authorize my account, it fails again I assume because its trying to reach out without protocol?
Seems to be all oauth2, so far: twitter, cloudconvert, dropbox
The URL pasted as a redirect url is the exact same as displayed in my n8n container EXCEPT again, I added https:// on the dropbox website because it will not accept a url without https://