TwentyT
Twenty7mo ago
24 replies
Blessing

webhooks not firing (docker compose setup)

Need some help with setting up webhooks.
I've got the sever running - google auth, email + calendar sync, API, etc.
But i can't get webhooks running. I've upload a screenshot of docker compose logs -f worker
As far as I can tell the worker is running, but webhooks do not fire even though multiple are registered.
1 configured manually through the UI and a few via the API.
This is my redis confi on both the sever and worker:
REDIS_URL: ${REDIS_URL:-redis://redis:6379}
Screenshot_2025-07-20_at_1.00.46_AM.png
Was this page helpful?