I was trying to build a NOTE app using nextJs clerk and convex and got this error out of no where
Unanswered
Caya posted this in #help-forum
CayaOP
So as you read the title and got to know about the situation like i was build something and stated getting this convex error i even tried to solve it using chatGPT bard and google searches but none of them worked for me here is the error in the image and the intresting part is i'm getting this error in
Arc browser and it works fine in Chrome but when i host it on vercel i get this Application error: a client-side exception has occurred (see the browser console for more information). and in browser console i get the same error whichi showed in image7 Replies
Im not familiar with convex, is there an authentication scheme within convex?
Have you tried wrapping your convex provider in an error boundry as described here? Might at least indicate where your issue is better.
Next thing to try based on the info from your error would be to check out this: https://docs.convex.dev/auth/debug
@Jboncz Im not familiar with convex, is there an authentication scheme within convex?
CayaOP
not relly there is a serach function in conver which cause all there i went through all this docs from conver but non of them worked for me
convex definately has authentication of some sort built into it.
CayaOP
FK IT i am so dump 😭
i was rendering a componet which req user to signIn in landing page
i was rendering a componet which req user to signIn in landing page