react-facebook
react-facebook copied to clipboard
`TypeError: Load failed` when using `LoginButton` on Instagram webview
I'm using the LoginButton within the FacebookProvider. When a user successfully logs in via Fb, the onCompleted handler makes an api call to update credentials on the server. The onError handler simply logs the error.
Recently I have been seeing a TypeError: Load failed after a user clicks the login button while using an Instagram webview.
I can't quite figure out where in the chain of loading this might be occurring. Because this is happening nearly exclusively on Instagram webview, there is little to no other context provided around the error.