You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After spending a couple of days trying to figure out why the monolith was not working I finally decided to turn debug on and see what's happening. Strava is now returning a dictionary of the form:
{'access_token': 'xxx', 'refresh_token': 'yyy', 'expires_at': ddd}
Came here to raise the issue but @alexche8 has beat me to it :)
monolith/monolith/views/auth.py
Line 22 in ed6c17d
There should be used something like
current_user.strava_token = access_token['access_token']
because strava returns dict not string
The text was updated successfully, but these errors were encountered: