OAuth link is invalid on the mendix cloud

0
I need the users of my app to give permissions via Strava. For this I created a deeplink that works fine locally: https://www.strava.com/oauth/authorize?client_id=xxxxx&redirect_uri=http://localhost:8086/link/kompass/&scope=read_all,profile:read_all,activity:read_all&response_type=code however, it does not work after deploying it to the mendix cloud: https://www.strava.com/oauth/authorize?client_id=xxxxx&redirect_uri=https://kompass100-sandbox.mxapps.io/link/kompass/&scope=read_all,profile:read_all,activity:read_all&response_type=code I did some research already and the issue might be that the ASU handler is not enabled in the cloud environment. I’m not sure if this is true and how I can fix this if it’s the case.  What do I have to do to solve this issue?  Thanks in advance! You would really help me with this :)
asked
1 answers
0

When I go to https://kompass100-sandbox.mxapps.io/link/kompass I get a 404, which to me says your deeplink isn’t configured in that environment.

answered