Webhook Baserow

Hi everyone,
I’m trying to set up a webhook integration between Baserow and n8n. Both are running as Docker containers in the same network, both are up-to-date.
I’m using the production webhook URL, both methods are POST, and the n8n workflow is active. I am using a public IP address.
However, Baserow still can’t reach n8n, even though I have BASEROW_DISABLE_PUBLIC_URL_CHECK: "true" set in my docker-compose.
When I test with CURL, the webhook works just fine. Firewall doesnt block this port.
Has anyone run into this and found a solution? Thanks!

Let me know if you want to add or clarify anything else!




you are testing curl on host machine. you should do it inside the container.
if you are using a docker compose, try to use the same network for both services.

if you are using separate containers, maybe try to use the container name as main host (not the IP)