question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add automatic redirect for all /mobile/ app urls to /android/

See original GitHub issue

In #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/

@autrilla @bqbn can you take a look at that?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
EnTeQuAkcommented, Aug 9, 2018

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/ since mobile doesn’t exist anymore (… since 2012 🤣)

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found