Hey ,
I wanted to try webhooks locally but I had this message : “Incomplete | Provided url is forbidden”
I am running in a docker
Is it related to this env variable “GRIST_ALLOWED_HOSTS” ?
And is there a page where all the variable to configure the docker is listed ?
Hi, I’m having the same issue, however, adding the exact webhook URL to my docker compose file does not solve the issue:
My compose file contains the follwing environment entry: ALLOWED_WEBHOOK_DOMAINS: https://[sensored]MqGzQ2WR7/test
I have successfully set the value to ‘*’ now to just let everything pass, but I’d like to understand what might be the issue here.
I want to add that the TLD I’m using to host my webhook enabled service on is the same TLD the one I’m hosting Grist on. They are on separate subdomains though.
e.g.
Webhook service: https://webhooks.myserver.com
Grist: https://grist.myserver.com