I am trying to set up my oauth credentials for a self hosted n8n. What I am seeing is that despite using https in the docker file, it is being auto populated in n8n with just http which is not allowing the OAuth to proceed.
It looks like your topic is missing some important information. Could you provide the following if applicable.
- n8n version:
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system:
I just updated it to the most recent version.
I am using Docker and Google Cloud
Operating system is ios
Do you have the env variable WEBHOOK_URL
set to the correct https base url?
WEBHOOK_TUNNEL_URL
was dropped in June 2023.
can you please change that to WEBHOOK_URL
instead
Also, can you please let us know where you found the documentation to use WEBHOOK_TUNNEL_URL
, so that we can get that updated.
1 Like
I am not sure exactly where… likely ChatGPT
That makes sense. LLM can often have outdated documentation.
Thanks for letting us know.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.