I have setup a n8n on render.com
I have set the custom domain there:
The problem is that the links inside n8n point to the default domain from render: https://abc.onrender.com.
I would like all internal links point to abc.com rather then abc.onrender.com
Is there a way to set this up?
There are a couple of environment variables that you can configure: Deployment environment variables | n8n Docs as well as: Endpoints environment variables | n8n Docs. I believe you should be able to use N8N_HOST
, but you could also give other variables a try.
Thanks. It seems that it was the N8N_EDITOR_BASE_URL
1 Like
system
Closed
4
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.