Your refresh token is missing a scope

Your token doesn't include the required activity:read_all scope. This usually happens when you use the token shown on Strava's API settings page. As noted in the docs, that one won't work.

To restart authorization

  1. 1 Replace the token in .env with YOUR_REFRESH_TOKEN_OBTAINED_AFTER_AUTH_FLOW
  2. 2 Restart your container
  3. 3 Click below to begin the authorization flow again
Restart Strava authorization