An internal error has occurred, print and inspect the error details for more information
See original GitHub issueHi ~
I have created an app from tns create fblogin --ng
to test the facebook auth.
Followed the setup, successfully create user through email and password in firebase.
But when using facebook login, there is an error message An internal error has occurred, print and inspect the error details for more information
returned.
I have already done the following
- setup facebook ios with correct Bundle ID, Single Sign On and Valid OAuth redirect URIs
- copied the fb id and app secret values to info.plist
- Allow fb auth when install the plugin with correct podfile
- tns platform clean ios
firebase.login({
type: firebase.LoginType.FACEBOOK,
}).then(
function (result) {
console.log(result);
}, function (error) {
console.log(error);
}
);
Is there any way to log a detailed error other than just a string of “An internal error has occurred, print and inspect the error details for more information”
Using tns-ios 2.5
Please help. Many thanks !
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Firebase authentication issue - An internal error has occurred ...
Firebase authentication issue - An internal error has occurred, print and inspect the error details for more information #5730.
Read more >how to get more information from firebase error?
An internal error has occured, print and inspect the error details from more information. How can I know what the error is??,. here...
Read more >Firebase - An internal error has occurred, print and inspect the ...
Firebase - An internal error has occurred, print and inspect the error details for more information (Firestore).
Read more >[Solved]: [firebase_auth/internal-error] An ... - Oflutter.com
[Solved]: [firebase_auth/internal-error] An internal error has occurred, print and inspect the error details for more information.
Read more >NativeFirebaseError: An internal error has occurred ... - YouTube
NativeFirebaseError: An internal error has occurred. [ CONFIGURATION_NOT_FOUND ] ... Please try again, or check the logcat for more details.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You could go into firebase.ios.js and
console.dump()
the error that’s returned to the method you highlighted.@EddyVerbruggen : it’s not getting in facebook settings and advance settings