Hello there,
we’re experiencing an error using flutter_auth on Android version 13 (SDK level 33).
We’re able to authenticate on Android 32 and below, and on iOS, but when using a newer device with Android 13 we just get a screen with the writing “Not Found”.
Thanks for filing an issue against the SDK in Github - I just tested this using the sample app on a physical device (Pixel 5a API 33) and Emulator (Pixel 6 API 33) and wasn’t able to reproduce.
At what point do you get “not found”? Does universal login widget show up at all? What are you using for your scheme? I am using the custom scheme demo - I know there have been some issues using https in the past.
The first time we are running the function _auth0.webAuthentication().login() we get to put in our credentials, once we press the login button we just see the white screen “not found”. If we try again it goes directly to the white screen “not found”.
We are able to clear the cache of both the app and the browser to trigger back the credentials UI.
The webview is showing in all cases, so no problem there. We only have this problem on both devices and emulators starting from API 33, anything below works fine. We’re trying on the standard emulator, latest version.
We’re using https as our schema, we also tried demo as it was mentioned on a similar issue in this blog, but we see the same problem.