keppelen / react-facebook-login

A Component React for Facebook Login

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Facebook login button doesn't able to load SDK

dd0xin opened this issue · comments

We integrated the facebook-login-button into our projects, but today it stopped working for unknown reasons.
I use FacebookLogin from react-facebook-login/dist/facebook-login-render-props and see isSdkLoaded always false.
What happened here?

facebook-login-button: ^4.1.1,
react: "^16.13.1",

UPDATE: https://developers.facebook.com/status/issues/492652922187445/
Thanks @sneakersgames for update

commented

We are facing the same problem here.

Same issue

Same thing here, it was working yesterday though

same thing

I can see:

image

The second call is strange. Once decoded, the URL is:

https://www.facebook.com/common/scribe_endpoint.php?c=jssdk_error&m={"error":"LOAD", "extra": {"name":"Error","line":"undefined","script":"undefined","stack":"Error: Module FB has not been defined
    at j (https://connect.facebook.net/en_US/sdk.js?hash=3cf0af522fc202707998ff1ffe40f989&ua=modern_es6:24:295)
    at k (https://connect.facebook.net/en_US/sdk.js?hash=3cf0af522fc202707998ff1ffe40f989&ua=modern_es6:24:977)
    at Object.<anonymous> (https://connect.facebook.net/en_US/sdk.js?hash=3cf0af522fc202707998ff1ffe40f989&ua=modern_es6:47:61)
    at j (https://connect.facebook.net/en_US/sdk.js?hash=3cf0af522fc202707998ff1ffe40f989&ua=modern_es6:24:793)
    at k (https://connect.facebook.net/en_US/sdk.js?hash=3cf0af522fc202707998ff1ffe40f989&ua=modern_es6:24:977)
    at Object.n [as __d] (https://connect.facebook.net/en_US/sdk.js?hash=3cf0af522fc202707998ff1ffe40f989&ua=modern_es6:24:1294)
    at Object.<anonymous> (https://connect.facebook.net/en_US/sdk.js?hash=3cf0af522fc202707998ff1ffe40f989&ua=modern_es6:47:1)
    at https://connect.facebook.net/en_US/sdk.js?hash=3cf0af522fc202707998ff1ffe40f989&ua=modern_es6:186:452
    at https://connect.facebook.net/en_US/sdk.js?hash=3cf0af522fc202707998ff1ffe40f989&ua=modern_es6:186:467","revision":"1003714696","namespace":"FB","message":"Module FB has not been defined"}}

I'm getting the same thing with vanilla FB SDK. Doesn't seem to be an RFL issue.

I'm not sure regarding SDK, but the button visually looks disabled for me. Is this the problem for others as well?

I'm not sure regarding SDK, but the button visually looks disabled for me. Is this the problem for others as well?

same here, yesterday was working perfectly

I'm not sure regarding SDK, but the button visually looks disabled for me. Is this the problem for others as well?

Yes, facing the same issue for the last couple of hours. Have a bunch of users who arent able to use the app!

same issue.

Same issuse here

Relieved to know it's not only here

Same Issue
Tried two sdks

same issue.. cannot login !!!

same issue, it seems like the button is disabled, and I can't click on it.

commented

Apparently, it's working again here.

It's working again here too

it's working for me too.

Issue resolved by Fscebook team