The auth request stopped working. I used to work fine for our app. We didn't change anything in the app config or strava config.
This is our url call to start the access request:
strava://oauth/mobile/authorize?redirect_uri=ourAppName://stravaAuth&approval_prompt=auto&client_id=the-client-id&state=ios413&scope=activity:write&response_type=code
It opens the Strava app but brings a white screen with the error
• Invalid redirect URI
Is there anything new we missed on the Strava API?