Javascript – nextjs, multiple await requests and handling responses w/ NextResponse
I have a login/signup app in NextJS. In the login page logic within my route.ts file I am submitting a few requests to a MongoDB database. I am checking to see if a doesnt exist then to send a NextReponse…