https://clickup.com/api/developer-portal/authentication/#step-1-create-an-oauth-app Here we've developed Web by following the OAuth flow. When I press the login button, it redirects me to https://app.clickup.com/api?client_id={client_id}&redirect_uri={redirect_uri} as mentioned in Step1 above. On the web, this works fine and the user is logged in.
However, when I follow the above process on mobile, when I redirect to https://app.clickup.com/api?client_id={client_id}&redirect_uri={redirect_uri}, it connects to the app that is down on the mobile, so the Oauth flow does not proceed normally.
I think it's because App Link is implemented on Android, but is there any way to prevent redirecting to the app from being redirected to the above link?