You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :)
The text was updated successfully, but these errors were encountered:
I wanted to kindly follow up regarding this issue, could you please let me know if this issue is being looked into, or if you would recommend that I explore alternative solutions myself?
Thank you for your time and support. I appreciate your help.
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 :)
The text was updated successfully, but these errors were encountered: