-
Notifications
You must be signed in to change notification settings - Fork 42
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
Firefox users seeing "not found" on Android, both login and logout #392
Comments
Looks like this issue happens when users have firefox as their default browser. Firefox is not opening the app link properly. If I tap the "open in app" button in the options it sends them into the app. By default installs of firefox seem to have "open links in apps: never". But if I change this to "always" or "ask before opening", it still isn't working. Not clear if this is an issue with firefox or this plugin but if you guys could see if there's anything you could do to make it behave on firefox that would be appreciated. |
I just ran into this as well. What fixed it was changing 'https' to a custom scheme. https://community.auth0.com/t/flutter-gives-not-found-instead-of-redirecting-to-app/98929 |
@poovamraj could you please take a look? |
In general, if android app links are not set up, you will see "not found" if using https. The app doesn't know to open the link. In our case, it does work, except when the user has firefox as their default browser. I will update the title of the issue to be more specific now that we have more info |
Users are also reporting this issue on the default Samsung browser as well |
I'm using the Kiwi browser and I'm getting the same "Not found" error too. |
@Widcket any updates? |
cc @poovamraj |
commenting for answers |
Hello, sorry on the late response, the issue can be fixed in two ways.
We will ensure this covered in our documentation to make this clear. |
Hi @poovamraj, we have app links set up. In the issue I have went over what we did to set it up. It is currently working on chrome just fine. However, it is not working on firefox or the samsung default browser. It is my understand that if we set up the app links incorrectly, it would not work on any browser. Do you have an explanation on why it would work on chrome but not some other browsers? |
@poovamraj based on your response, it appears your did not even read the issue and comments here completely. And it has been another month without a new comment @Widcket is this the level of support we should expect for this plugin? If so we will consider alternatives |
Hi @MilesAdamson, please note I'm no longer the maintainer of this library. |
Any updates? Same problem here It works if I set a custom scheme, but not using app-links. |
Checklist
Description
We have done a release migrating to this plugin. After releasing we are getting a lot of reports of users seeing a webpage which says "not found" on android, for both login and logout. We saw this in development as well, but after registering everything, it never happened again.
These are the steps we did to set it up:
Add product flavors so that each flavor goes to one of our auth0 setups:
Added callback URLs in all 3 auth0 setups:
Added the sha256 signing key to the "key hashes" section of advanced settings. For production, I took this value directly from the google play store releases section.
Login:
Before releasing, we were not seeing the "not found" issue anymore on any devices, including a smoke test on production. Now that we have released this build, we are seeing a lot of support issues come up like this one:
So far we haven't been able to reduce the issue(see comment, it's firefox)First is that it only happens to some users. If the android app link wasn't set up properly I would think it would never work for anyone, like it did during development before we fixed it. (our issue during development seen here #321 was that the sha256 was not registered in the application)
Then the other thing, they try over and over and eventually it works on the same device. This is also super weird, again I would expect it to either redirect into the app and work always or not at all.
Reproduction
Only happens sometimes, so some users.
Additional context
No response
auth0_flutter version
1.3.1
Flutter version
3.16.3
Platform
Android
Platform version(s)
No response
The text was updated successfully, but these errors were encountered: