ToubatT
Convex Community7d ago
1 reply
Toubat

WorkOS Auth Webhook NEVER reach Convex Production

I tried setup WorkOS auth, following convex next js doc as well as workos component doc. Everything work in development and workos staging, and the useConvexAuth is synced with useAuth even in production as well. But the user never created in production because webhook event is never received in convex http. Webhook is shown to be failed to deliver on WorkOS production dashboard, and I don't see authKitEvent internal mutation is called except logs from attached screenshot, so I don't know what could possibly goes wrong.

First screenshot shows logs after a user.updated event in dev (which pops up immediately), second one is logs from production (which contains nothing after any events).

I followed this doc exactly: https://www.convex.dev/components/workos-authkit. And I double checked my secrets. Everything should be correctly configured. Please let me know how I can debug this, or if there's any bug inside the workos-authkit convex component.
Screenshot_2026-01-03_at_12.59.46_AM.png
Screenshot_2026-01-03_at_1.00.24_AM.png
Was this page helpful?