49 viewsMern Amazona

Hi Bassir,
I am following the tutorial, and when I build the project in the last step I get this error:

MongooseError: Operation products.deleteMany() buffering timed out after 10000m

I have searched for information and tried several things and I can’t solve it.
I don’t know if it is a version problem, in BE I have these dependencies:

"dependencies": {
"@typegoose/typegoose": "^12.2.0",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.18.2",
"express-async-handler": "^1.2.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.2.0"
}

If you could guide me to solve it, thank you

Veronika Asked question April 8, 2024