Webhook endpoints changing on page reload

Hi, for some reason my webhook urls are constantly changing for my triggers like slack or linear.

For example if I open the trigger configuration for slack the url is this:
https://n8n.<redacted>/webhook/08cac6f3-3147-47b0-8dfa-4cdc9b41bfd3/webhook
Next time I open it is this:
https://n8n.<redacted>/webhook/d7e2ad8a-3941-4230-affe-62cc7dba340e/webhook

Is there a configuration I am missing for this? My WEBHOOK_URL is set and working so I am assuming it is not this. Also generally my setup with my external postgres should be fine too since otherwise I would have a general persistence problem.

Appreciate any help :slight_smile:

Information on your n8n setup

  • n8n version: 1.58.2
  • Database (default: SQLite): postgres
  • n8n EXECUTIONS_PROCESS setting (default: own, main): default
  • Running n8n via (Docker, npm, n8n cloud, desktop app): docker/kubernetes
  • Operating system: macOS

This was an issue in the new canvas, was fixed in #11562, and released in 1.67.0.

3 Likes

thx a lot that worked!

1 Like

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