Hello!
I have a strange issue in a new instance of n8n, the webhook url’s seem very off, for examples:
https://DOMIAN/webhook/5HVaKRpXfgWWD6Gh/webhook/DUPLICATE
As you have see the webhook path appears twice.
Any idea how I can fix this please?
Hello!
I have a strange issue in a new instance of n8n, the webhook url’s seem very off, for examples:
https://DOMIAN/webhook/5HVaKRpXfgWWD6Gh/webhook/DUPLICATE
As you have see the webhook path appears twice.
Any idea how I can fix this please?
It looks like your topic is missing some important information. Could you provide the following if applicable.
Bump! I’m seeing this as well for 1.68.
It definitely wasn’t doing this before… kinda a breaking change!
That’s definitely a weird bug.
Are you seeing this on every webhook node?
Are you using the new canvas UI? and
Can you please share a workflow where you can reliably reproduce this?
Once we have this info,bwe can try to get this fixed ASAP.
Oops, actually I think my issue is unrelated (sorry!)
Just realised that adding path params ie. :session_id
to your webhook node in n8n cloud, adds a random UUID to the path.
on local: http://...localhost:5678/webhook/session/:session_id
on n8n cloud: https://....app.n8n.cloud/webhook/bfbceac5-491c-47c4-9613-acba59c231df/session/:session_id
This was unexpected for me but have since been made aware this is as designed.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.