coreshop / CoreShop

CoreShop - Pimcore enhanced eCommerce
http://www.coreshop.org
Other
276 stars 157 forks source link

[CoreShop2] Login and logout runs into RuntimeException #184

Closed daniel-travix closed 7 years ago

daniel-travix commented 7 years ago

in vendor/coreshop/core-shop/src/CoreShop/Bundle/FrontendBundle/Controller/SecurityController.php (line 81)

You must configure the check path to be handled by the firewall.

dpfaffenbauer commented 7 years ago

well, just tried it. Since you have installed the Pimcore DEMO, which comes with a firewall that listens to all requests, you now have 2 firewalls which are configured to listen to the same request. Latest Firewall registered wins, so I consider this issue more of a Configuration Issue then a CoreShop Issue,