Back to all

Android Deep Links cause infinite redirect loop when app is launched

On Android, navigating through a Deep Link causes an infinite loop, where:

  • The original URL is clobbered, and the fallback redirect URL (us-central1-gonative-demos.cloudfunctions.net...) is attempted to load
  • That URL does not load correctly, leading to an infinite loop

The domain has been correctly configured for Deep Linking, as confirmed by:

As far as I can see, this is a bug in Median's Deep Link AppLinksActivity handler and the redirect detection code. If I'm missing something, please let me know!