Issues using Next Auth #1704
-
Is any one having any Issues with using next auth on Netlify. My app worked fine a couple of days ago, but I get this server error. Its strange because swr and next-auth aren't really used together. Everything works well locally Making a request to any route created by next-auth i.e api/auth/session - results in the above error. Any help would much appreciated |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Also getting a CLIENT_FETCH_ERROR despite the NEXTAUTH_URL variable being present |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Figured out the issue. I was importing swr before next-auth