question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

An internal error has occurred, print and inspect the error details for more information

See original GitHub issue

Hi ~

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

  1. setup facebook ios with correct Bundle ID, Single Sign On and Valid OAuth redirect URIs
  2. copied the fb id and app secret values to info.plist
  3. Allow fb auth when install the plugin with correct podfile
  4. 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:closed
  • Created 7 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
EddyVerbruggencommented, Feb 15, 2017

You could go into firebase.ios.js and console.dump() the error that’s returned to the method you highlighted.

0reactions
Abhishek-NickelFoxcommented, May 18, 2018

@EddyVerbruggen : it’s not getting in facebook settings and advance settings

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found