Are you using our SaaS platform (Baserow.io) or self-hosting Baserow?
Self-hosted
If you are self-hosting, what version of Baserow are you running?
2.2.0
If you are self-hosting, which installation method do you use to run Baserow?
docker compose
What are the exact steps to reproduce this issue?
I created a form to fill one Baserow table.
I setup a webhook when a new entry is detected in the table
result: the table is filled with the proper data from the form but the webhook is not called. (nothing in the call history)
I tried with a curl message (POST) and the webhook is triggered.
I have this issue since my last Baserow update, is it related to this version or a coincidence ?
Fred27