Hey everyone,
I've encountered a bug related to order creation and would really appreciate any insights or solutions you might have.
Environment:
Using the latest versions of Next.js Starter and Medusa Admin.
Encountered across different private browsers and tabs without any cookies or cache.
Steps to Reproduce:
- Register a new customer account and log in.
- Open +-three different browsers, ensuring they are free of cookies and cache.
- On each private browser tab, attempt to create orders as anonymous users.
- Meanwhile, add items to the cart and proceed to checkout with the freshly registered customer on the storefront.
- After completing the address section in the checkout for the anonymous users, their sessions are unexpectedly overwritten with the email of the newly registered account, other data from address section remains the same.
Issue:
The anonymous sessions in the checkout are being overwritten by the email of the newly registered account after completing the address section.
Questions:
Has anyone else experienced this issue?
Can someone provide guidance on how to resolve this problem?
Thank you in advance