Reactjs – Error: Cannot convert undefined or null to object | NextAuth
I am trying to do a custom page for sign in with google using NextAuth and firebase, and this is what happend. api/auth/[...nextauth]/route.js 👇 import NextAuth from "next-auth/next" import GoogleProvider from "next-auth/providers/google" export const authOptions = { providers: [ GoogleProvider(…