Hi all,
I’ve been developing an app with the Strava API like many of you and have run into a novel issue as of yesterday. Oauth is complete, GET, POST, and PUT requests were working, but during some debugging yesterday I got: Error:Cannot read properties of undefined (reading 'address').
I originally ran into this issue in my IDE and decided to try to reach the Strava API directly, same issue, so was not the program. Any GET request returns this and it’s likely not a token issue as that would just return a normal auth error in the past (as recent as yesterday just before this new error started). Originally the error popped up for GET activity, but now even sending a GET to retrieve a new access token returns this error. It looks like this error is returned while trying to read some undefined object property address (likely either athlete or activity?). Has there been any changes to the API recently, like within the past few days?
I’m hesitant to say it’s on the API server side, but was wondering if anyone else is running into a similar issue.
Cheers
