Skip to main content
Answer

Hello good morning, I have a problem with the authorization URL

  • February 19, 2025
  • 2 replies
  • 144 views

This is my local url: https://www.strava.com/oauth/authorize?client_id=146505&response_type=code&redirect_uri=http://127.0.0.1:8001/api/v1/user/strava-authorize/1/2020-06-20T23:16:53.000Z&approval_prompt=force&scope=read,activity:read_all

image.png

 

But when I put the production URL I get this: https://www.strava.com/oauth/authorize?client_id=146505&response_type=code&redirect_uri=www.raiseday.run:8001/api/v1/user/strava-authorize/1/2020-06-20T23:16:53.000Z&approval_prompt=force&scope=read,activity:read_all

image.png

 

And in the api section https://www.strava.com/settings/api I have the url configured, what will be the problem in production

image.png

Best answer by Emily_A

@ajl640 You can only have one redirect URL per app; you can make that adjustment in your API Settings Dashboard. If you need to test the connection, you could create a new account and app in Strava, though we have no way of associating two apps. 

2 replies

Forum|alt.badge.img

Hi! Did you find the answer? I have the same issue :(


  • Answer
  • April 22, 2025

@ajl640 You can only have one redirect URL per app; you can make that adjustment in your API Settings Dashboard. If you need to test the connection, you could create a new account and app in Strava, though we have no way of associating two apps.