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
sink-app/convex/clerk.ts at main · jamorajj/sink-app
Contribute to jamorajj/sink-app development by creating an account on GitHub.
GitHub
convex-clerk-users-table/convex/http.ts at main · thomasballinger/c...
Contribute to thomasballinger/convex-clerk-users-table development by creating an account on GitHub.
7 Replies
Hey @jamorajj, that's very surprising! Can you:
1. screenshot your terminal with the error
2. run
npx convex dev -v
as well?
Thanks!thanks for taking a look at this, sending a screenshot of the error run on
npx convex dev -v

@jamorajj can you try a different internet connection? (internet cafe, phone tethering, friend's wifi)
im attaching the result if i try to comment the contents of the
clerk.ts
file (which contains the clerk webhook validation part)
have tried using phone tethering, but it gives the same result
may take a while to try it on a cafe or on a different wifi but i'll let you know
Noting your dependencies from the Clerk ticket:
We are investigating this issue, will get back to you with other workarounds / steps. Thanks!
thanks a lot! will let you know once i tested it on a different connection other than the ones i used