jamorajjJ
Convex Community2y ago
9 replies
jamorajj

convex dev not deploying

hello!

i'm currently following a tutorial that uses convex and clerk and next.js

there is a part in this tutorial that utilizes clerk's webhook and triggers a function on convex. this is to sync the users signing in on clerk to my convex project data.

the issue i'm encountering is when adding the webhook validation of clerk on the convex folder.
https://github.com/jamorajj/sink-app/blob/main/convex/clerk.ts

whenever this part is added, my npx convex dev gives a 408 request timeout.

I tried to use this sample as well and it is the same case:
https://github.com/thomasballinger/convex-clerk-users-table/blob/main/convex/http.ts

anyone else encountered this issue? TIA!
GitHub
Contribute to jamorajj/sink-app development by creating an account on GitHub.
sink-app/convex/clerk.ts at main · jamorajj/sink-app
GitHub
Contribute to thomasballinger/convex-clerk-users-table development by creating an account on GitHub.
convex-clerk-users-table/convex/http.ts at main · thomasballinger/c...
Was this page helpful?