Add automatic redirect for all /mobile/ app urls to /android/
See original GitHub issueIn #5541 we enabled the user profile but seemed to have missed the mobile
app for the redirect.
Looking at https://github.com/mozilla-services/cloudops-deployment/blob/master/projects/amo/puppet/modules/amo_proxy/templates/nginx.addons.conf.erb I see that there are quite a few firefox|android
rules which probably should also add |mobile
to the expression.
Example: https://addons.mozilla.org/en-US/mobile/user/EnTeQuAk/
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Handling Android App Links
Build media apps for cars · Add support for Android Auto · Add support for Android Automotive OS · Build messaging apps for...
Read more >How to Redirect Links on Android to Open in the App You ...
Step 2Grant Usage Access ... Launch the app, then flip through the set-up guide to get a better idea of how it all...
Read more >A complete guide to mobile app deep linking - Adjust
Deep linking is a tricky topic, Adjust is here to help you. Take a look at our guide to learn about universal links,...
Read more >App not automatically picking up the redirect to App Link url
Hey team,. I've just finished setting up an app and when the pop-up browser redirects back to the https URL that I've set...
Read more >How to redirect user to mobile web browser from mobile app?
You can URL in the mobile browser using Intent . String url = "http://www.example.com"; Intent i = new Intent(Intent.ACTION_VIEW); i.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yeah, I updated the subject of this issue, let’s rephrase this: Support for the
mobile
app got removed but we should redirect all users to/android/
automatically. We have some code in addons-server that does that but it seems broken, given that a redirect like that is much more reasonable directly in nginx for performance reasons, can we do that?Tldr; Redirect all
/{locale}/mobile/
URLs to/{locale}/android/
sincemobile
doesn’t exist anymore (… since 2012 🤣)Closing based on https://github.com/mozilla/addons-frontend/issues/5881#issuecomment-412136213