keppelen / react-facebook-login

A Component React for Facebook Login
1.18k stars 406 forks source link

Error with next.js, Error: Uncaught Invariant Violation: Minified invariant #47458; #337

Closed botolonltd closed 2 years ago

botolonltd commented 2 years ago

Our App was working just fine and for whatever reason ours apps are not working anymore. Whenever someone "Continues with facebook" we get this error.

Uncaught Invariant Violation: Minified invariant #47458; %s Params: %s
    at a (https://connect.facebook.net/en_US/sdk.js?hash=b1de252cd1fe2e2076e63d811f924aeb:67:366)
    at Object._ (https://connect.facebook.net/en_US/sdk.js?hash=b1de252cd1fe2e2076e63d811f924aeb:102:180)
    at Object.a [as execute] (https://connect.facebook.net/en_US/sdk.js?hash=b1de252cd1fe2e2076e63d811f924aeb:104:1337)
    at u (https://connect.facebook.net/en_US/sdk.js?hash=b1de252cd1fe2e2076e63d811f924aeb:105:827)
    at a.w [as graph] (https://connect.facebook.net/en_US/sdk.js?hash=b1de252cd1fe2e2076e63d811f924aeb:105:1606)
    at Object.a [as api] (https://connect.facebook.net/en_US/sdk.js?hash=b1de252cd1fe2e2076e63d811f924aeb:108:1780)
    at Object.<anonymous> (https://connect.facebook.net/en_US/sdk.js?hash=b1de252cd1fe2e2076e63d811f924aeb:73:838)
    at Object.api (https://connect.facebook.net/en_US/sdk.js?hash=b1de252cd1fe2e2076e63d811f924aeb:63:260)
    at t.n.responseApi (webpack-internal:///./node_modules/react-facebook-login/dist/facebook-login-with-button.js:1:2307)
    at n.checkLoginState (webpack-internal:///./node_modules/react-facebook-login/dist/facebook-login-with-button.js:1:2493)
    at a.__wrapper.a.__wrapper (https://connect.facebook.net/en_US/sdk.js?hash=b1de252cd1fe2e2076e63d811f924aeb:63:825)
    at https://connect.facebook.net/en_US/sdk.js?hash=b1de252cd1fe2e2076e63d811f924aeb:132:4721
    at Object._xdRecv (https://connect.facebook.net/en_US/sdk.js?hash=b1de252cd1fe2e2076e63d811f924aeb:155:14454)
    at https://connect.facebook.net/en_US/sdk.js?hash=b1de252cd1fe2e2076e63d811f924aeb:155:13867
    at s (https://connect.facebook.net/en_US/sdk.js?hash=b1de252cd1fe2e2076e63d811f924aeb:152:2241)
    at https://connect.facebook.net/en_US/sdk.js?hash=b1de252cd1fe2e2076e63d811f924aeb:152:2735
vahurh commented 2 years ago

A similar error was also reported in another FB login plugin today: https://github.com/seeden/react-facebook/issues/198

Loise commented 2 years ago

Same issue on nodejs server for me ! I guess error come from facebook ...

currenjin commented 2 years ago

we also have the same issue

currenjin commented 2 years ago

no more issues. whats the reason?

theahmadchand commented 2 years ago

@themodegroup did you find any solution to problem?