strapi-examples icon indicating copy to clipboard operation
strapi-examples copied to clipboard

Facebook login does not direct to logged page

Open Marcosul opened this issue 4 years ago • 3 comments

Hello

Node.js version: v10.16.3

npm version: 6.9.0

Strapi version: 3.0.0-beta.17.8

Operating system: Distributor ID: Ubuntu Description: Ubuntu 16.04.5 LTS Release: 16.04 Codename: xenial

Do you want to request a feature or report a bug? bug

What is the current behavior? I configured the login-react / react-login-front-end-app sample project to authenticate with Facebook, ran it and apparently it worked. However, after authenticated, the front shows the authentication data (response payload) as shown below and does not redirect to the login screen.

What is the expected behavior? To redirect to the logged in page.

What is missing to do to redirect to the logged page same as login via email?

image

Marcosul avatar Dec 14 '19 15:12 Marcosul

Hello! Please make sure well followed the documentation to configure your app. Just tested and it works well.

lauriejim avatar Dec 17 '19 13:12 lauriejim

Hi @Marcosul did you manage to resolve this issue? I too am experiencing this issue. Tested with Microsoft and Google providers

AnthonyPhan avatar Apr 05 '20 07:04 AnthonyPhan

Hi @Marcosul ,

I was able to resolve this issue, hopefully this post helps other to also resolve the issue.

When enabling the provider with strapi's admin panel be very carefull to set the correct "Redirect URL for front-end app". By default this field will be populated by strapi to the incorrect port (1337). The example code provided is configured to run on port 3000.

Manually changing the redirect url to port 3000 will resolve this issue.

image

AnthonyPhan avatar Apr 06 '20 14:04 AnthonyPhan