Tell us what’s happening:
Describe your issue in detail here.
I’m getting thiserror in my cosole and it’s preventing me from moving ahead
Link : boilerplate-mongomongoose - Replit Your code so far
My guess is you have either not added the applicable MONGO_URI environemnt variable and value to the Secrets tab or your mongo user does not have the correct permissions (read/write).
When I add my personal mongo uri to your code, the challenge passes.