rbh71
rbh719mo ago

localhost not directing to clerk sign -in page not while working with convex

although ,my clerk api giving 200 response in inspect of localhost
5 Replies
Michal Srb
Michal Srb9mo ago
I know there was a bug in redirects with Clerk v5+, do you still have the issue on Clerk v4+ (this was not specific to Convex, but it was specific to Next.js - is that what you're using?)
rbh71
rbh71OP9mo ago
now, clerk redirecting localhost to sign in page but , now i having new error here is ss
rbh71
rbh71OP9mo ago
after login it popup this error although user is exist there
No description
rbh71
rbh71OP9mo ago
have a look at this pls
Michal Srb
Michal Srb9mo ago
You are probably racing between writing the user into the dDB and reading it. Follow all the steps for one of the approaches on this page: https://docs.convex.dev/auth/database-auth
Storing Users in the Convex Database | Convex Developer Hub
You might want to store user information directly in your Convex database, for

Did you find this page helpful?