79188425

Date: 2024-11-14 10:54:59
Score: 1
Natty:
Report link

You should do

import NextAuth from "next-auth";

The error was because the "next-auth" package does not have a named export called "NextAuth". Instead, it has a default export which you can name how ever you like but most people just stick to naming it as "NextAuth"

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Mikey