OppieO
Convex Community16mo ago
5 replies
Oppie

I have cloned the convex-auth-example chat app

There is one problem, while running locally, I can't sign in with a password, at first it shows there is no JWT_PRIVATE_KEY but the data is stored in the database. Then I added JWT_PRIVATE_KEY in
.env
at convex. Now if I sign in with a password, it shows this error,
SignInWithPassword.tsx:32 Error: [CONVEX A(auth:signIn)] [Request ID: f6fe557261498] Server Error
Uncaught Error: Uncaught TypeError: "pkcs8" must be PKCS#8 formatted string


What is the problem?
Was this page helpful?