Why NextAuth with Facebook provider is getting 500 Server Error?

109 Views Asked by At

I'm building an app in NextJS 13.5 and using NextAuth 4.23. I've successfully added Github's OAuth login, but haven't been able to use Facebook as such.

After creating and app in Facebook Developer console, added App ID, client secret to .env and my localhost URL to Website > Site URL section enter image description here

I'm getting 500 page on auth attempt.

enter image description here

I don't think any of these would need to be configured though:

enter image description here

0

There are 0 best solutions below