When attempting to add to cart as an anonymous user, it appears to add to cart but when you go to checkout it says "looks like your cart is empty"

Reaction: release-1.15.0
It looks like every time I add something to cart, a new cart is being created, but the app cannot find it.
If I log in and out, that seems to make it work.
Maybe related? https://github.com/reactioncommerce/reaction/issues/4570
Removing the Release Blocker label as we've determined that this is not a regression.
Added needs-to-be-reproduced mostly because we need to get a more readily reproducible set of steps. This is reproducible for certain people, and we've seen at least 3 reports. It's not readily reproducible for everyone with the steps provided.
Spent a while trying to understand how to reproduce this. The only way I cannot reproduce this error is by opening in a new incognito tab.
Steps:
Potentially related -> when I hit "go back" to go the previous page in the browser the "Sign In" button disappears until the page is refreshed.
Further findings:
carts within store did not have an _id ; just atoken and shopIdstorageKey in anonymousCarts.js to a new value the issue is no longer presentBelieved to be fixed in latest 2.0 RCs