nextjs-starter-medusa icon indicating copy to clipboard operation
nextjs-starter-medusa copied to clipboard

Add to basket bug

Open stelasido opened this issue 7 months ago • 0 comments

npm start

  1. Medusa store, runs on production
  2. Medusa storefront, runs on production
  3. imported the default products with medusa seed

When:

  1. press 'add to cart' a product
  2. it shows the dropdown with the product added (in the server there aren't any logs)
  3. Go to cart: image

Also this: image It logins, but doesn't save the session, when I refresh, needs to login again.

When I try to login there isn't server log, but when I access the login page: :8000/us/account image

stelasido avatar Aug 02 '24 14:08 stelasido