saleor / storefront

Saleor Storefront built with React 18, Next.js 14, App Router, TypeScript, GraphQL, and Tailwind CSS.
https://storefront.saleor.io
BSD 3-Clause "New" or "Revised" License
1.01k stars 585 forks source link

Checkout with logged user from /login page not detected on checkout flow #1079

Open Mesrar opened 6 months ago

Mesrar commented 6 months ago

Summary

When a user logged from /login on the checkout flow user should be authenticated.

Steps to reproduce

  1. Use /login page to logged in
  2. Add a product to cart
  3. Go to cart page and checkout
  4. User is not detected as connected user.

A link to a reproduction repository

No response

Output from envinfo

No response