We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description: I am experiencing an I/O error when attempting to use the prisma.session.findUnique() method. The error message is as follows:
prisma.session.findUnique()
Details:
unknown
Steps to Reproduce:
Expected Behavior: The method should return the unique session record without timing out.
Actual Behavior: The operation times out, resulting in the error mentioned above.
here app log
Additional Context: Please let me know if you need any further information to assist in resolving this issue.
Thank you!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description:
I am experiencing an I/O error when attempting to use the
prisma.session.findUnique()
method. The error message is as follows:Details:
unknown
Steps to Reproduce:
prisma.session.findUnique()
method.Expected Behavior:
The method should return the unique session record without timing out.
Actual Behavior:
The operation times out, resulting in the error mentioned above.
here app log
Additional Context:
Please let me know if you need any further information to assist in resolving this issue.
Thank you!
The text was updated successfully, but these errors were encountered: