Yarzue Tarlee Zolia
Yarzue Tarlee Zolia
I was facing similar issue. I had [...nextauth].js as [...NextAuth].js. Try looking at your project's output folders in vercel and make sure that your Next-auth file is named the right...
I think it's because you missed this: **`import GooglePorvider from "next-auth/providers/google"`** . It should be **_GoogleProvider_** instead. See this too:`providers: [ GooglePorvider({......` .
@markarenz, I believe NextAuth is super cool to work with; you just have to understand the configuration.