We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I get this every time, in both my app and example. Any idea? I am trying to figure out now, but maybe you have a hint.
Thanks Juan!
PlatformException(, The operation couldn’t be completed. (Auth0.CredentialsManagerError error 3.), {error_description: No credentials found, error_type: no_credentials}, null)
I think if creds are not found, code should not throw exception: throw Exception('Unknown Error Occured');
throw Exception('Unknown Error Occured');
[VERBOSE-2:ui_dart_state.cc(209)] Unhandled Exception: Exception: Unknown Error Occured #0 invokeMapMethod (package:auth0_flutter/src/channel_helper.dart:47:5) <asynchronous suspension> #1 CredentialsManager.getCredentials (package:auth0_flutter/src/credentials_manager.dart:101:20) <asynchronous suspension> #2 _MyAppState.initPlatformState (package:auth0_flutter_example/main.dart:76:15) <asynchronous suspension>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I get this every time, in both my app and example.
Any idea? I am trying to figure out now, but maybe you have a hint.
Thanks Juan!
PlatformException(, The operation couldn’t be completed. (Auth0.CredentialsManagerError error 3.), {error_description: No credentials found, error_type: no_credentials}, null)
I think if creds are not found, code should not throw exception:
throw Exception('Unknown Error Occured');
The text was updated successfully, but these errors were encountered: