You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
working on the facebook login, no luck yet.
my backend is nestjs, following the tutorial here.
in the facebook setting i entered the 'site url' as http://localhost:3000/api/auth/facebook/redirect,
which is on the backend. (is this correct? not sure)
my nuxt config:
now when click the facebook login on the nuxt website, it goes to facebook, asking for permission, and then going to the redirect path and what i get in browser is like this:
what am i doing wrong here?
This discussion was converted from issue #1255 on January 18, 2022 10:45.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
working on the facebook login, no luck yet.
my backend is nestjs, following the tutorial here.
in the facebook setting i entered the 'site url' as http://localhost:3000/api/auth/facebook/redirect,
which is on the backend. (is this correct? not sure)
my nuxt config:
now when click the facebook login on the nuxt website, it goes to facebook, asking for permission, and then going to the redirect path and what i get in browser is like this:
what am i doing wrong here?
Beta Was this translation helpful? Give feedback.
All reactions