Added by Tom Hofmann 8 days ago
Hello,
I have setup a webhook to test integration with n8n. We run OP as docker compose.
The webhook has been enabled for the project and the updates, the timer for aggregation has been set to 0 for immediate processing.
When I test the webhook via curl on the OP server where the docker containers run, it works flawless.
But changing things in the said project doesnt trigger anything.
Is there any recommended way to debug this?
Thank you.
Tom
PS: When I start a shell inside the container I can also manually trigger the webhook successful. Apparently there must be something inside the app that goes wrong.