Plugin Updates / Downloads im Plugin Manager nicht mehr möglich; CSRF Fehler (500er server error)

Hallo,

ich kann über den Plugin Manager im Backend plötzlich keine Plugins mehr updaten oder downloaden; die Console zeigt einen Error mit einem CSRF Fehler:
 

Failed to load resource: the server responded with a status of 500 (Internal Server Error)

für /backend/PluginManager/metaDownload.

Folgender Fehler:

The provided CSRF-Token is invalid. If you're sure that the request to path "/backend/PluginManager/metaDownload" should be valid, the called controller action needs to be whitelisted using the CSRFWhitelistAware interface. in engine/Shopware/Components/CSRFTokenValidator.php on line 106
Stack trace:
#0 engine/Library/Enlight/Event/Handler/Default.php(91): Shopware\Components\CSRFTokenValidator->checkBackendTokenValidation(Object(Enlight_Controller_ActionEventArgs))
#1 engine/Library/Enlight/Event/EventManager.php(219): Enlight_Event_Handler_Default->execute(Object(Enlight_Controller_ActionEventArgs))
#2 engine/Library/Enlight/Controller/Action.php(175): Enlight_Event_EventManager->notify('Enlight_Control...', Object(Enlight_Controller_ActionEventArgs))
#3 engine/Library/Enlight/Controller/Dispatcher/Default.php(563): Enlight_Controller_Action->dispatch('metaDownloadAct...')
#4 engine/Library/Enlight/Controller/Front.php(222): Enlight_Controller_Dispatcher_Default->dispatch(Object(Enlight_Controller_Request_RequestHttp), Object(Enlight_Controller_Response_ResponseHttp))
#5 engine/Shopware/Kernel.php(202): Enlight_Controller_Front->dispatch()
#6 vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php(102): Shopware\Kernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#7 vendor/symfony/http-kernel/HttpCache/HttpCache.php(448): Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(Object(Shopware\Kernel), Object(Symfony\Component\HttpFoundation\Request), 1, true)
#8 engine/Shopware/Components/HttpCache/AppCache.php(260): Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL)
#9 vendor/symfony/http-kernel/HttpCache/HttpCache.php(238): Shopware\Components\HttpCache\AppCache->forward(Object(Symfony\Component\HttpFoundation\Request), true)
#10 engine/Shopware/Components/HttpCache/AppCache.php(105): Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Object(Symfony\Component\HttpFoundation\Request), true)
#11 shopware.php(122): Shopware\Components\HttpCache\AppCache->handle(Object(Symfony\Component\HttpFoundation\Request))
#12 {main}

Hat jemand eine Idee, wie ich das lösen kann?
Das aktuelle Update von 5.5.8 auf 5.5.10 hat leider keine Besserung gebracht.

Danke schon mal für Eure Hilfe,

Erhältst du den Fehler wenn du den request in einem neuen tab öffnest? Dann ist das normal, da du den Token nicht mitsendest.

Glaube der eigentliche Fehler ist ein anderer. Was zeigt denn der Antwort-Reiter im Netzwerktab für den request?

Ist nicht in einem neuen Tab; habe nur ein Tab geöffnet, das Backend.
Request “metaDownload” ->
Headers: Status Code: 500 Internal Server Error (Remote Adress: 178.16.59.10::443)
Response: This request has no response data available.

Die beiden requests getAccessToken und phpdhNPLD sind erfolgreich, Status 200.
 

 

Pack das mal in die config.php: Shopware 5 - Tutorials & FAQs - Fehlermeldungen in Shopware debuggen

Dann sollte es auch Antwort-Daten geben. Scheint ein PHP-Fehler zu sein, dann springt der Shopware-Logger nicht an, da der Fehler sehr früh im Shopware-Stack auftritt. 

danke für Deine Hilfe.

Debuggin aktivieren hat geholfen; die Response Daten zeigten auf ein inkompatibles Plugin