[Question] How to Resolve the Conflict Between Natively Universal Links and Mobile Browser Login

I’m operating both an app-specific page and a website-only page within a single Bubble app, which is deployed using Natively.

To redirect social logins (e.g., Google) to the app, I’ve configured Natively’s Universal Links feature. However, this causes a problem: when a user attempts to log in from the website-only page on a mobile browser, the native app automatically opens if it’s installed on the phone.

My goals are:

  1. I want to ensure that when a user logs in from the website-only page, the redirection always occurs within the browser, regardless of whether the app is installed.
  2. The app-specific page (Universal Links) should continue to function as it does now.

To solve this, I tried using the CoAlias service to set up a subdomain for the website. Unfortunately, this method uses an iframe, which violates Google’s social login policy (X-Frame-Options: deny) and prevents access to the login page.

I am looking for a solution that can resolve this issue. Thank you.
스크린샷 2025-08-03 오전 2.46.39

This topic was automatically closed after 70 days. New replies are no longer allowed.