Next TS MongoDb Error Post Request failed
I'm just starting out learning mongodb and following the official tutorial on YT and ran into an error when trying to connect and run a function. This is my code: "use client" import { useEffect, useState } from 'react' import…