Adding to wishlist doesn't work when not logged in #11908
Labels
duplicate
Fixed in 2.1.x
The issue has been fixed in 2.1 release line
Fixed in 2.2.x
The issue has been fixed in 2.2 release line
Fixed in 2.3.x
The issue has been fixed in 2.3 release line
Issue: Format is valid
Gate 1 Passed. Automatic verification of issue format passed
Preconditions
Steps to reproduce
Expected result
Actual result
I traced it out and the form_key is failing validation in Magento\Wishlist\Controller\Index\Add.php after the user has been logged in. It appears that the form_key is used during both the login controller call as well as the wishlist controller call. The form_key passes validation just fine during the login controller call, but then fails when it reaches the wishlist controller.
The text was updated successfully, but these errors were encountered: