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.
import mongoose, { Schema } from "mongoose";mongoose.connect(URI).catch((error) => handleError(error));
So even this has no error... mongoose.connect(adsfasdfsdfafd);