I have segments turned on in settings and activity set to public, but i can only see stats and laps. Any idea what's wrong?
I have segments turned on in settings and activity set to public, but i can only see stats and laps. Any idea what's wrong?
Probably you have Strava segments on.
Check this thread: How to switch between Strava vs Garmin segments, and vice-versa?
Could you post a link to the concerned activity?
Here are all possibilities:
shouldActivityModelShowSegments: function (e) { return 0 == this.isUserOptedIntoStravaSegments() && this.dataModel.segmentOptionalFeature && this.dataModel.segmentOptionalFeature.isOptedIn() && this.canActivityModelSupportSegments(e) }
So basically: either Strava or not supported activity.