Open
Description
Hello,
I'm encountering an issue in my setup with a Sylius web app and a mobile app using the Sylius API. When I create multiple wishlists from the web app, they all get the same token from the wishlist_cookie_token cookie. This creates a problem when I try to delete a wishlist via the API, as the API relies on the token to identify the wishlist to delete. Since multiple wishlists share the same token, the API cannot find the correct wishlist, resulting in a 500 Internal Server Error.
Is there any specific reason why multiple wishlists have the same token ?
Thanks :)
Metadata
Metadata
Assignees
Labels
No labels