@valeryramirez maybe i’ve found the problem which is why we get != results, you added the MONGO_URI secret surrounded by quotes, remove them, it should look like this:
https://replit.com/@vrami/boilerplate-mongomongoose#myApp.js no quotes
I’ve found this out by adding quotes to the string, and then using console.log(mySecret) and it returns this weird parsing:
"\"https://replit.com/@vrami/boilerplate-mongomongoose
MongoParseError: Invalid connection string etc
Also, I see that you put quotes here
that’s not correct, remove the "