Webhook Error
Are the docs here https://docs.convex.dev/functions/http-actions on webhook correct? Or are webhooks disabled for development environment. The docs have the url as [deployment]/convex.site/[functionName]. Is this accurate? Should it be "convex.site"? If yes, are webhooks disabled in dev? I get a 404 with a response "This Convex deployment does not have HTTP actions enabled."
I can see the http action in the app dashboard.
Thank you.
3 Replies
I can share a screenshot of the error if needed. Thank you.
convex.site is correct. Webhooks work in development. Make sure your deployment URL is for your dev deployment
you're seeing the functions under the "http" module with GET/ PUT right?
if you DM me the url and dashboard screenshot I can sanity check for you
Actually just got the cause. I was mistakenly testing this in the Clerk Production env. But had not deployed my changes to convex prod. Switching to clerk dev, it works. Thank you