Hi there,
I am trying to connect different social media account, and I have tried with couple different ones, x, google notably.
Everytime I create clientID, client Secret and setup the callback URI/Redirect URL
I need to setup https://ju…t.com/rest/oauth2-credential/callback with https.
The address in the callback in n8n is setup as ju…t.com/rest/oauth2-credential/callback (as in the image)
And I can’t seem to setup the https in front. I tried everything I could think of and find. Please find below my variables.
WEBHOOK_URL=https://ju…t.com/
N8N_ENABLE_WEBSOCKETS=true
N8N_HOST=https://j…t.com
N8N_PROTOCOL=https
N8N_PORT=443
SERVICE_FQDN_N8N=ju…t.com
SERVICE_URL_N8N=ju…t.com
N8N_EDITOR_BASE_URL=https://ju…t.com
- n8nVersion: 1.94.1
- platform: docker (self-hosted)
- nodeJsVersion: 20.19.2
- database: postgres
- executionMode: regular
If anyone sees what I missed and can help me, I would really appreciate it.
PS: Please note I put … in the URL to hide the full URL. (Just wanted to make that clear)



