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.

Follow redirects in android app when providing room URL

See original GitHub issue

Hi there! Thanks for all the work that you do on this app 😃

This is the tiniest feature request is terms of priority, but thought I’d log it anyhow.

Is your feature request related to a problem you are facing? Very tiny inconvenience of app trying to process a redirected link as a https://<server url>/<room>

Describe the solution you’d like When offering a link like https://link.hypha.coop/calls, would be nice if the app recognized the redirect and instead parsed info from final URL.

Describe alternatives you’ve considered Being more explicit with instructions, so people know to only use mobile app via the “resolved” url. (We use a redirect so that our docs don’t need updating if we switch underlying room or servers.)

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
saghulcommented, Oct 29, 2019

Hey, thanks for willing to help out!

The fix needs to happen in JS, which is where the URL is actually handled. Specifically around here: https://github.com/jitsi/jitsi-meet/blob/5429b8568e0ddb2d352206d219e37111b831e312/react/features/app/actions.js#L43

Basicallt, before we process the URL, we’d do the HEAD request thing and update it.

0reactions
stale[bot]commented, Jan 27, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Handling Android App Links
Android App Links offer the following benefits: Secure and specific: Android App Links use HTTP URLs that link to a website domain you...
Read more >
Android app is open on browser when I redirect form an url
Yes, I would like to get the parameters from the Url. This Url opens the android app and it has the parameters too....
Read more >
Detect and get rid of unwanted sneaky mobile redirects
Redirecting mobile users to improve their mobile experience (like redirecting mobile users from example.com/url1 to m.example.com/url1 ) is often beneficial to ...
Read more >
follow-redirects - npm
follow -redirects provides request and get methods that behave identically to those found on the native http and https modules, ...
Read more >
Google Chrome Privacy Whitepaper
To provide suggestions and search results faster, Chrome may preconnect ... any Android app can request to prefetch several URLs to speed up ......
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