idurar / idurar-erp-crm

Open Source Headless ERP CRM E-Commerce Accounting Software | Node Js React
https://cloud.idurarapp.com/
Other
5.86k stars 1.73k forks source link

Request error 500 Operation `admins.findOne()` buffering timed out after 10000ms #1118

Open smokyfishy opened 1 month ago

smokyfishy commented 1 month ago

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:

  1. Initialize a MongoDB connection.
  2. Attempt to perform a findOne() operation on the admins collection.
  3. 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]