Ah! 414 Request URI Too Long
is good to know! I can work with that…
In the meantime, you might be able to work around this issue in Firefox by visiting the CityStrides website … opening Tools -> Web Developer -> Storage Inspector … expanding Indexed DB … expanding the entry for CityStrides … right clicking on the entry for citystrides (default)
and choosing delete.

The bug here seems to be around how I try to optimize requests. If you have no local data, then I have it request all activity data. If you have some activities already cached locally, though, I have it request only the activities you don’t have.
It sounds like there’s a big issue with:
- visiting the LifeMap right away while your activities are still syncing
- leaving, maybe going for a run or just generally having a life outside of CityStrides (weird, I know, but some people do this for some reason)
- coming back after a lot / all your activities have synced
Maybe I can change that so it checks how many new activities are needed. If it’s above a certain number, it can just request all of them.

I’ll think of something
If you try resetting the local storage in your browser, let me know if it helped.