Hinzufügen zum Warenkorb -> DeliveryCalculator::getCurrencyPrice() Exception

Ich erhalte diesen Fehler, sobald ich ein Produkt in den Warenkorb lege. Das passiert auch bei vollkommen neu angelegten Produkten. Preis sind wiefolgt angelegt:

[2021-08-25T05:39:37.565952+00:00] php.CRITICAL: Uncaught Error: Argument 1 passed to Shopware\Core\Checkout\Cart\Delivery\DeliveryCalculator::getCurrencyPrice() must be an instance of Shopware\Core\Framework\DataAbstractionLayer\Pricing\PriceCollection, null given, called in /www/htdocs/meineDomain.de/vendor/shopware/core/Checkout/Cart/Delivery/DeliveryCalculator.ph p on line 237 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to Shopware\\Core\\Ch eckout\\Cart\\Delivery\\DeliveryCalculator::getCurrencyPrice() must be an instance of Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\PriceCollection, null given, called in /www/htdocs/meineDomain.de/vendor/shopware/core/Checkout/Cart/Delivery/DeliveryCalculator .php on line 237 at /www/htdocs/meineDomain.de/vendor/shopware/core/Checkout/C art/Delivery/DeliveryCalculator.php:211)"} []
[2021-08-25T05:39:37.566723+00:00] request.CRITICAL: Uncaught PHP Exception TypeError: "Argument 1 passed to Shopware\Core\Checkout\Cart\Delivery\DeliveryCalculator::getCurrencyPrice() must be a n instance of Shopware\Core\Framework\DataAbstractionLayer\Pricing\PriceCollection, null given, c alled in /www/htdocs/meineDomain.de/vendor/shopware/core/Checkout/Cart/Deliver y/DeliveryCalculator.php on line 237" at /www/htdocs/meineDomain.de/vendor/sho pware/core/Checkout/Cart/Delivery/DeliveryCalculator.php line 211 {"exception":"[object] (TypeErr or(code: 0): Argument 1 passed to Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryCalculator::g etCurrencyPrice() must be an instance of Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing \\PriceCollection, null given, called in /www/htdocs/meineDomain.de/vendor/sho pware/core/Checkout/Cart/Delivery/DeliveryCalculator.php on line 237 at /www/htdocs/meineDomain.de/vendor/shopware/core/Checkout/Cart/Delivery/DeliveryCalculator.php:211)"} []

Jetzt geht es auf einmal.

Ich hatte unterdessen an dem Shop weitergearbeitet:

  1. Eine aus der Migration stammende Kundengruppe gelöscht, die ich nicht mehr verwenden möchte.
  2. Nicht verwendete Lieferzeiten entfernt und die Benötigten angepasst.
  3. Aus der Migration stammende Versandart gelöscht. Und die jetzt Verwendeten angepasst.

Eines der drei Sachen (mein Tipp Versansandarten) hat den Fehler wohl verursacht.