Hey @Yusuf_Tamale,
Thank you for reaching out to the MongoDB Community forums.
The use of callback functions has been deprecated in the latest version of Mongoose (version 7.x).
Reference: Mongoose v8.2.2: Migrating to Mongoose 7
If you are using Mongoose 7.x+, please modify the functions that use a callback by switching to the Promise or async/await syntax.
I hope this helps! If you have any further questions or concerns, feel free to ask.
Regards,
Kushagra