Im running on a docker using google cloud vm,
This is my n8n domain name ‘‘ https://n8n.1008.online ’’ literally only that
My problem is n8n redirect url which is provdided here
When pasted in authorized redirect url its invalid, I just copy and pasted it and its still invalid.
Natrually it does not have ‘‘.” at the end of the domain, but n8n adds when making the redirect url, how can this be fixed, I am quite new and would a detailed instruction of what I did wrong and how I can fix this predicament. Thank you very much
As in the other topic, you just have to edit env variable WEBHOOK_URL in your .env file or docker-compose.yml file (depends on how you installed n8n)
Or set directly with export command (but is necessary to do it every time you start n8n).
I’m in SSH, how can I access the env variable, as well as save it make the changes permanent?
Edit the file with any file editor available on the server.
Use nano or vim .
system
Closed
February 10, 2026, 2:20pm
5
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.