Skip to content
New issue

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

[Store report] App crashed android.content.ActivityNotFoundException #2810

Open
hoangdat opened this issue Apr 17, 2024 · 3 comments
Open

[Store report] App crashed android.content.ActivityNotFoundException #2810

hoangdat opened this issue Apr 17, 2024 · 3 comments
Assignees
Labels
bug Something isn't working Critical

Comments

@hoangdat
Copy link
Member

Exception android.content.ActivityNotFoundException:
  at net.openid.appauth.AuthorizationService.prepareAuthorizationRequestIntent (AuthorizationService.java)
  at net.openid.appauth.AuthorizationService.getAuthorizationRequestIntent (AuthorizationService.java)
  at net.openid.appauth.AuthorizationService.getAuthorizationRequestIntent (AuthorizationService.java)
  at io.crossingthestreams.flutterappauth.FlutterAppauthPlugin.performAuthorization (FlutterAppauthPlugin.java)
  at io.crossingthestreams.flutterappauth.FlutterAppauthPlugin.access$300 (FlutterAppauthPlugin.java)
  at io.crossingthestreams.flutterappauth.FlutterAppauthPlugin$1.onFetchConfigurationCompleted (FlutterAppauthPlugin.java)
  at net.openid.appauth.AuthorizationServiceConfiguration$ConfigurationRetrievalAsyncTask.onPostExecute (AuthorizationServiceConfiguration.java)
  at net.openid.appauth.AuthorizationServiceConfiguration$ConfigurationRetrievalAsyncTask.onPostExecute (AuthorizationServiceConfiguration.java)
  at android.os.AsyncTask.finish (AsyncTask.java:771)
  at android.os.AsyncTask.-$$Nest$mfinish
  at android.os.AsyncTask$InternalHandler.handleMessage (AsyncTask.java:788)
  at android.os.Handler.dispatchMessage (Handler.java:106)
  at android.os.Looper.loopOnce (Looper.java:226)
  at android.os.Looper.loop (Looper.java:313)
  at android.app.ActivityThread.main (ActivityThread.java:8762)
  at java.lang.reflect.Method.invoke
  at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:604)
  at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1067)
@chibenwa
Copy link
Member

Likely cnb auth bug.
Please investigate asap.

@hoangdat hoangdat added bug Something isn't working Critical labels Apr 17, 2024
@hoangdat hoangdat self-assigned this Apr 17, 2024
@hoangdat
Copy link
Member Author

hoangdat commented Apr 17, 2024

Found a similar problem in lib's repository MaikuB/flutter_appauth#465. But maybe it is not a root cause. Because this issue is reported from device samsung a22x (Galaxy A22 5G). It is so weird if this device dont enable any browser (root cause of MaikuB/flutter_appauth#465)

@hoangdat
Copy link
Member Author

Reproduced: Disable all browsers in phone.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Critical
Projects
None yet
Development

No branches or pull requests

2 participants