You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After entering a new password in an account I've previously created using GitHub provider in Next.js, I'm getting this error:
A non-recoverable error has occurred. Reload Studio to continue. Consider reporting this error to us by opening an issue on GitHub and attaching the error details.
Details: Unable to process count query
undefined
How to reproduce
Delete existing user(s) previously signed up with a specific email.
Terminate Prisma Studio.
In the Next.js app in localhost, Sign Up using GitHub (maybe is happening with other social providers as well).
Sign Out.
Sign In using the same email linked to the Social provider Sign Up of step 3 (Sign In using email & password).
It will not recognize the password, so ask for a password reset email.
Create a new password.
Open Prisma studio locally running npx prisma studio.
There it shows the Fatal Error screen.
After reloading the server the error is not presented.
If I close and open Prisma Studio again, the error reappears the first time the server opens.
Expected behavior
When opening Prisma Studio it should show the window without errors.
Bug description
After entering a new password in an account I've previously created using GitHub provider in Next.js, I'm getting this error:
A non-recoverable error has occurred. Reload Studio to continue. Consider reporting this error to us by opening an issue on GitHub and attaching the error details.
Details: Unable to process
count
queryundefined
How to reproduce
Expected behavior
When opening Prisma Studio it should show the window without errors.
Prisma information
prisma : 5.21.0
@prisma/client : 5.21.0
Computed binaryTarget : darwin
Operating System : darwin
Architecture : x64
Node.js : v18.18.2
Query Engine (Node-API) : libquery-engine
Schema Engine : schema-engine-cli
Schema Wasm : @prisma/prisma-schema-wasm 5.21.0-36.08713...
Default Engines Hash : 08713....
Studio : 0.503.0
Environment & setup
Prisma logs
No response
The text was updated successfully, but these errors were encountered: