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...
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...