Extremely weird webhook issue
Hi, I'm trying to set up some webhooks in order to automate a few things.
I'm running Twenty and n8n within separate docker containers on the same server, both instances are working just fine.
However, I am utterly unable to make n8n catch when Twenty fires.
I have verified that Twenty does indeed fire both by external websites and by setting up an internal python server to listen - both receive what I expect when I expect it.
No errors found anywhere in any logs
Now here is the weird thing:
When I fire off the same POST that was received by my python server using curl from within the twenty-server-1 container THIS WORKS. I'm at my wits end here - anyone have any clue as to what might be the issue?
Thanks in advance...
2 Replies
Just to add to the confusion:
I extended the python server to work as a proxy, so that it forwards blindly to n8n what I receive from Twenty - and again this works. But not directly from Twenty itself. 🤷
Is there any way I can log the exact hook from Twenty?
Hello @El Odve, unsure but you should be able to define debug env var for advanced logging