Skip to content

Issue with multiple wishlists using the same token #272

Open
@celiamaurewide

Description

@celiamaurewide

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions