Einkaufswelt lädt nicht, wenn Sie Artikel oder Artikel-Slider enthält

Hallo zusammen,

wir haben folgendes Problem bei der Verwendung von Einkaufswelten: Einkaufswelten die Produkte enthalten werden nicht geladen. Bei Aufruf wird permanent der Ladekreis angezeigt. Andere Einkaufswelten funktionieren problemlos. Im Backend-Log wird kein Fehler abgelegt. In der Browser-Konsole folgender: 

widgets/emotion/index/emotionId/24/controllerName/campaign:1 Failed to load resource: the server responded with a status of 500 ()

Wenn ich den in der Fehlermeldung angezeigten Link klicke, wird mir das Produkt angezeigt:

Wenn ich wiederrum hier auf den Link klicke erhalte ich im Backend-Log folgenden Fehler. Im Shop wird dann ein Http Error 404 ausgegeben.

Enlight_Controller_Exception: Action „Widgets_Index_indexAction“ not found failure for request url https://www.xxx.de/widgets/emotion/index/emotionId/24/controllerName/shopware.php?sViewport=detail&sArticle=2206 in /engine/Library/Enlight/Controller/Action.php:124 Stack trace:
#0 /engine/Library/Enlight/Controller/Action.php(192): Enlight_Controller_Action->__call(‚indexAction‘, Array)
#1 /engine/Library/Enlight/Controller/Dispatcher/Default.php(563): Enlight_Controller_Action->dispatch(‚indexAction‘)
#2 /engine/Library/Enlight/Controller/Front.php(222): Enlight_Controller_Dispatcher_Default->dispatch(Object(Enlight_Controller_Request_RequestHttp), Object(Enlight_Controller_Response_ResponseHttp))
#3 /engine/Shopware/Kernel.php(202): Enlight_Controller_Front->dispatch()
#4 /vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php(102): Shopware\Kernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#5 /vendor/symfony/http-kernel/HttpCache/HttpCache.php(448): Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(Object(Shopware\Kernel), Object(Symfony\Component\HttpFoundation\Request), 1, true)
#6 /engine/Shopware/Components/HttpCache/AppCache.php(260): Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL)
#7 /vendor/symfony/http-kernel/HttpCache/HttpCache.php(420): Shopware\Components\HttpCache\AppCache->forward(Object(Symfony\Component\HttpFoundation\Request), true)
#8 /vendor/symfony/http-kernel/HttpCache/HttpCache.php(317): Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Object(Symfony\Component\HttpFoundation\Request), true)
#9 /engine/Shopware/Components/HttpCache/AppCache.php(187): Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Object(Symfony\Component\HttpFoundation\Request), true)
#10 /vendor/symfony/http-kernel/HttpCache/HttpCache.php(192): Shopware\Components\HttpCache\AppCache->lookup(Object(Symfony\Component\HttpFoundation\Request), true)
#11 /engine/Shopware/Components/HttpCache/AppCache.php(116): Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#12 /html/shopware/shopware.php(122): Shopware\Components\HttpCache\AppCache->handle(Object(Symfony\Component\HttpFoundation\Request))
#13

Hat jemand eine Idee, woran das liegen könnte?