Gunamullia Setiawan
Results
2
comments of
Gunamullia Setiawan
I am having the same error with a similar stack : The problem has been resolved. follow this guide: [Neon](https://www.prisma.io/docs/orm/overview/databases/neon) [Edge Compatibility](https://authjs.dev/getting-started/adapters/prisma) ``` // auth.ts // This file is responsible...
@tremby Try it ``` // middleware.ts // This file is used to configure NextAuth.js middleware // and protect routes in the application. import authConfig from "./auth.config"; import NextAuth from "next-auth";...