Hey everyone,
i stumbled upon a the following problem:
When i set up a webhook containing an url parameter like /api/resource-xyz/:parameter
the webhook changes its path from the expected:
www.example.com/api/resource-xyz/:parameter (/api/ is set via .env as the webhook path)
to: www.example.com/api/UUID/resource-xyz/:parameter
why does the UUID get added in between the webhook base path and the path set in the respective field in the node? this only happens on webhooks with :parameters
It feels like a bug, but is it actually or does the added entropy have a specific purpose?
Best,
Dominik