I have this but no matter what I put inside it it does not throw any errors… How to make it show all errors? I dont know if I am connected because nothing gets POSTed.
In my version I have <user>
and <password>
set.
import mongoose, { Schema } from "mongoose";
mongoose.connect(mongodb+srv://<user>:<password>@cluster0.stlhnhe.mongodb.net/?retryWrites=true&w=majority&appName=Cluster0);
So even this has no error… mongoose.connect(adsfasdfsdfafd);