jamorajj
jamorajj
CCConvex Community
Created by jamorajj on 1/29/2024 in #support-community
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!
10 replies