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
Describe the bug
When attempting to perform a MongoDB query using admins.findOne(), the operation times out after 10000ms, resulting in a request error 500.
To Reproduce
Steps to reproduce the behavior:
Initialize a MongoDB connection.
Attempt to perform a findOne() operation on the admins collection.
The operation times out after 10000ms, resulting in a request error 500.
Expected behavior
The findOne() operation on the admins collection should be completed successfully within a reasonable timeframe without timing out, allowing us to log in to the application. Currently, this bug is preventing accessing the application.
Desktop (please complete the following information):
MongoDB version: [MongoDB 7.0.11]
Node.js version: [20.13.1]
Operating system: [Windows 10]
The text was updated successfully, but these errors were encountered:
Hi i want to solve this issue please it to me if you can't then tell me how do i start working on this issue I mean before starting this issue do i have to inform someone? Kindly guide me.
KISMAT1234
added a commit
to KISMAT1234/idurar-erp-crm
that referenced
this issue
Aug 5, 2024
Describe the bug
When attempting to perform a MongoDB query using admins.findOne(), the operation times out after 10000ms, resulting in a request error 500.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The findOne() operation on the admins collection should be completed successfully within a reasonable timeframe without timing out, allowing us to log in to the application. Currently, this bug is preventing accessing the application.
Desktop (please complete the following information):
MongoDB version: [MongoDB 7.0.11]
Node.js version: [20.13.1]
Operating system: [Windows 10]
The text was updated successfully, but these errors were encountered: