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
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.
The text was updated successfully, but these errors were encountered:
I'm using the
LoginButton
within theFacebookProvider
. When a user successfully logs in via Fb, theonCompleted
handler makes an api call to update credentials on the server. TheonError
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.
The text was updated successfully, but these errors were encountered: