Hi Strava Support Team,
I’m facing an issue with my app's OAuth flow. Even after updating the Authorization Callback Domain to my live domain, I keep getting this error:
{"message":"Bad Request","errors":o{"resource":"Application","field":"redirect_uri","code":"invalid"}]}
App ID: 156908
What I’ve Tried:
-
Updated Authorization Callback Domain to
www.utmost.fitness
in the Strava API settings. -
Waited more than 24 hours.
-
Cleared all Laravel and browser caches.
-
Confirmed that the route exists and the redirect URL matches exactly.
-
Tried both with and without
www.
in the domain. -
The same redirect URI works perfectly on localhost (
127.0.0.1:8000
), but fails on the live domain.
Despite this, I still receive the redirect_uri invalid
error.
Could you please confirm if this domain has been properly whitelisted, or let me know if there's a known issue with domain updates not reflecting?