Hallo,
wir haben auf einem Entwicklungssystem (Shopware 5.2.5) Probleme mit einem CSRF Token Fehler. Der Fehler erscheint beim Klick auf Zahlungspflichtig bestellen. Alle Plugins sind Shopware 5.2.5 fähig. Alle anderen wurden deinstalliert und gelöscht. Der Fehler erscheint auch mit dem Standardtemplate.
Hier die Fehlermeldung:
Fatal error : Uncaught exception ‚Shopware\Components\CSRFTokenValidationException‘ with message ‚The provided X-CSRF-Token is invalid. Please go back, reload the page and try again.‘ in / /xxx.de/engine/Shopware/Components/CSRFTokenValidator.php:161
Stack trace:
#0 [internal function]: Shopware\Components\CSRFTokenValidator->checkFrontendTokenValidation(Object(Enlight_Controller_ActionEventArgs))
#1 /xxd/www.xxxx.de/engine/Library/Enlight/Event/Handler/Default.php(91): call_user_func(Array, Object(Enlight_Controller_ActionEventArgs))
#2 /xxxpbtd/www.xxxx.de/engine/Library/Enlight/Event/EventManager.php(214): Enlight_Event_Handler_Default->execute(Object(Enlight_Controller_ActionEventArgs))
#3 /xxxpbtd/www.xxxx.de/engine/Library/Enlight/Controller/Action.php(143): Enlight_Event_EventManager->notify(‚Enlight_Control…‘, Object(Enlight_Controller_ActionEventArgs))
#4 /xxxpbtd/www.xxx.de/engine/Library/Enlight/Controller/Dispatcher/Default.php(523): Enlight_Controller_Action->dispatch('saveShip in /xxx/xxx.de/engine/Shopware/Components/CSRFTokenValidator.php on line 161
Hat jemand eine Idee?