Issues with Clickup OAuth unconditionally leading to the app on mobile
not on the roadmap
이규종
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?
Log In
Joey
not on the roadmap
Hey there! Thanks for sharing your feature request with us. We truly appreciate your input!
As part of our efforts to improve our feedback boards, we're closing this older feature request.
Removing old and inactive posts will increase the communication between the ClickUp team and our users, allowing us to hear more of your great ideas!
If you feel this request is worth revisiting, feel free to create a new post!
Thanks for being a part of our community!
fatima maaychine
did you found a solution for the issue i have the same
P
Peter Bishop
Creating this in a Flutter app for iOS I used url_launcher and specifically selected the browser for this. I made the GET request for the redirect trigger an emit event using segment.io to send me the authorization code.
이규종
Peter Bishop: Thank you for your apply. But this issue is for Mobile Web. 🥹