when i try to connect to the Cadence app from my Samsung Galaxy S10E, i get stuck on the connection dialogue in Google Chrome.
I can do what i want, nothing is working except the logout button!
Are there already any solutions out there for this? I was not able to find useful information with the desired search words here
Hi MedTechCD, thankās for your answer.
I am able to request location on google maps. So the browser in general is able to request location.
The thing is, when i click OK, nothing happens, when i click on CANCEL, also nothing happens.
No dialogs, no questions, nothing.
I already deleted Website data and permissions and retried, still no success.
Just tried it on iOS and it works.
Donāt know if you can disable popups on android, and thatās the case for you. On iOS there is a popup to open it in cadence app
Yes i am shure the problem is within intervals.icu, as it also does not work on my pixel 9 where i installed cadence just now and it works for strava there too, but not for intervals.icu.
But in OAuth 2.0, the redirect URI (āreturning addressā by clicking OK) is defined by the app (client) and registered with the authorization server ahead of time.
Can you open that link? cadence://
(Copy it to your browser address bar, and hit return, it should open the cadence app)
I canāt force the browser to open this url by typing it. It will always try a search.
i also tried this: cadence://intervalsicu
i removed the client_id but that is the url to where i am directed: https://intervals.icu/oauth/authorize?client_id=xx&redirect_uri=cadence://intervalsicu&scope=ACTIVITY:WRITE,CALENDAR:WRITE,LIBRARY:READ
however, if i open the page on my linux desktop using chrome, i get this:
I figured it was on the browser side of things, but if cadence:// should open Cadence, maybe itās on my end? Iām not super knowledgable about Oauth, sounds like I need to do some investigating.
strava:// doesnāt work for me on Android either. It sounds like on Android the browser needs to navigate to the link, but Intervals is using a button with Javascript. Maybe thatās part of the issue?
Okay, confirming it does look like itās on my end of things, an issue with registering the custom scheme. Iāll get an update submitted shortly @_btheg. Thanks for the helpful comments @R2Tom.