Skip to main content
Question

Callback Domain (localhost vs staging)

  • November 4, 2025
  • 2 replies
  • 84 views

Forum|alt.badge.img+1

I have been working on a strava app and I have been the only tester.  I’m at a point that I need additional testers so I just submitted a request for this.

As far as switching between local and staging environments, I’ve had to switch Strava Callback Domain manually between localhost and staging. Once I get approval for additional testers I won’t be able to do this manually.  Appreciate any insights for how I can make this work for both and not have to manually switch Strava’s callback domain.

Thank you in advance!

2 replies

Forum|alt.badge.img+1
  • Author
  • Hub Rookie
  • November 7, 2025

Appreciate any help with this!  Thank you!


ActivityFix
Superuser
Forum|alt.badge.img+24
  • Superuser
  • November 10, 2025

With my app, I can use localhost without changing the callback domain in Strava. I simply pass localhost as the redirect URI (instead of my server) when getting a token using OAuth and it works as expected. None of the other API calls aside from the OAuth flow rely on the callback domain as far as I’m aware.