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
Describe the bug
Cart items for guest users have no way of being persisted. This is due to the fact that there is current no way to identifying individual guest users client-side.
To Reproduce
Steps to reproduce the behavior:
Add an item to the cart using a cart mutation
Refresh the browser page
Query the cart
Expected behavior
Cart items should be persisted between request.
The text was updated successfully, but these errors were encountered:
Describe the bug
Cart items for guest users have no way of being persisted. This is due to the fact that there is current no way to identifying individual guest users client-side.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Cart items should be persisted between request.
The text was updated successfully, but these errors were encountered: