Webhook bug adding space after domain

I am self-hosting on Proxmox and followed the steps setting the ENV to my domain, yet when I goto use any sort of webhook or trying to get token for Google appointments, the URL has a space between the domain and the rest of the callback/rest/webhook URL. No spaces anywhere in the ENV and I can’t get rid of it for any of them to work. Need help in a bad way, as all of my workflows need this space gone. Anyone??

Information on your n8n setup

  • n8n version: 1.116.2 Edit: Just upgraded to 1.117.3
  • Database (default: SQLite):
  • Running n8n via (Proxmox LXC):

Could you try to exec into the n8n container and run the following command?

env | egrep "\s+$"

that turned it from my domain name back into the original local ip address and port, but removed the space…but the space wasnt there until i changed it to the public domain name anyway… should i try adding again?

Was there any output?

no output unfortunately

Note: Before posting the answer, please edit any lines containing any sensitive values by replacing such values with asterisks.

Please show us the output of the following command executed in the n8n docker container:

env | cat -e

it doesnt matter any longer. apparently after the update and readding the domain, i did the systemctl daemon reload and restarted the n8n.service and it was fine. will reopen if bug reappears… thanks anyhow

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.