Skip to content
New issue

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

I/O Error: Operation Timed Out (os error 110) with `prisma.session.findUnique() #960

Open
sanjaymakwana05 opened this issue Feb 6, 2025 · 0 comments

Comments

@sanjaymakwana05
Copy link

Description:
I am experiencing an I/O error when attempting to use the prisma.session.findUnique() method. The error message is as follows:

Details:

  • Prisma Client Version: 5.22.0
  • Error Code: P2010
  • Model Name: Session
  • Raw Query: Failed with the message: unknown

Steps to Reproduce:

  1. Set up a Prisma client with the Session model.
  2. Attempt to execute the prisma.session.findUnique() method.
  3. Observe the timeout error.

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

Image

Additional Context:
Please let me know if you need any further information to assist in resolving this issue.

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant