Need help with Xero <> N8N connection

Describe the problem/error/question

I am trying to connect my Xero for over 7 hours now.. I am running into this issue where i believe is caused by my redirect URL. I have changed everything in coolify to have https in front of it but it still returns the URL without it and when i put it into xero it says i have to have https. i also tried to reconnect my google sheet and i get blocked. I am stumped at what to do and feel like ive tried everything. Any ideas?

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • n8n version: how can i check?
  • Database (default: SQLite): not sure
  • n8n EXECUTIONS_PROCESS setting (default: own, main): not sure what this means
  • Running n8n via (Docker, npm, n8n cloud, desktop app): coolify
  • Operating system: mac

Hello @Dulcy, welocme!

Looking at this screenshot, there’s something I noticed right away,
The OAuth Redirect URL is missing the https:// which makes me suspect there’s a configuration issue.

since you’re using Coolify, are you sure the settings in your Docker Compose are correct?
image

Thank you for the quick response and trying to help. This is where im confused because in Coolify I have it like this:

what about these:

N8N_HOST
WEBHOOK_URL

If you can share your compose and env variables (with sensitive information redacted), I can compare them with mine.

Here I hope this helps:

nice, thanks
edit these:

N8N_EDITOR_BASE_URL=${SERVICE_URL_N8N}
N8N_HOST=${SERVICE_URL_N8N}
WEBHOOK_URL=${SERVICE_URL_N8N}

What do you mean?

I made the change and still the same no https in the redirect url

Can you attach your compose, or does it look like this?
image

1 Like

The coolify environmental variables weren’t updating in the Docker Compose. I got it now thanks

You should press “Ignore” button on that account, is just a spammer on this forum.

And he forgot that we ignore all accounts and we cannot see what he says.

Did your issue was solved?