Replies: 1 comment
-
I was able to make it work, since I have no knowledge on server side stuff like adding a domain/https. What I did was, re-create my login flow an deployed to Vercel (hobby) where I can get a proper https/domain name, and I have added that domain to Facebook app settings and now it is working. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am new to implementing social login and I am currently using NextJS and AuthJS v5 (I am also new on both)
I followed guides/tutorials online on how to set up Facebook login form creating a meta developer account to getting the app keys.
I was able to make it work on my localhost but when we pushed codes to our dev server, it still proceeds to sign in Facebook page and upon signing in, it will me to
http://localhost:3000/api/auth/error?error=Configuration#_=_
Do I need to update some configuration on my Facebook project app for it to work in our dev server?
I am currently looking some tips online to fix it - Any help is appreciated
Beta Was this translation helpful? Give feedback.
All reactions