Kann keine Bestellungen nach dem neustem Update abfragen

Moin zusammen,

seit dem letzten Update kann ich keine Bestellungen mehr abfragen.
Ich bekomme einen 500er mit folgendem Stacktrace:

{
    "errors": [
        {
            "code": "0",
            "status": "500",
            "title": "Internal Server Error",
            "detail": "Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CartPriceFieldSerializer::Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\{closure}(): Argument #1 ($tax) must be of type array, float given",
            "meta": {
                "trace": [
                    {
                        "function": "Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\{closure}",
                        "class": "Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CartPriceFieldSerializer",
                        "type": "->"
                    },
                    {
                        "file": "/xxxxxx/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/CartPriceFieldSerializer.php",
                        "line": 58,
                        "function": "array_map"
                    },
                    {
                        "file": "/xxxxxx/vendor/shopware/core/Framework/DataAbstractionLayer/EntityDefinition.php",
                        "line": 362,
                        "function": "decode",
                        "class": "Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CartPriceFieldSerializer",
                        "type": "->"
                    },
                    {
                        "file": "/xxxxxx/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php",
                        "line": 223,
                        "function": "decode",
                        "class": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityDefinition",
                        "type": "->"
                    },
                    {
                        "file": "/xxxxxx/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php",
                        "line": 138,
                        "function": "hydrateFields",
                        "class": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\EntityHydrator",
                        "type": "->"
                    },
                    {
                        "file": "/xxxxxx/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php",
                        "line": 479,
                        "function": "assign",
                        "class": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\EntityHydrator",
                        "type": "->"
                    },
                    {
                        "file": "/xxxxxx/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php",
                        "line": 69,
                        "function": "hydrateEntity",
                        "class": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\EntityHydrator",
                        "type": "->"
                    },
                    {
                        "file": "/xxxxxx/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityReader.php",
                        "line": 136,
                        "function": "hydrate",
                        "class": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\EntityHydrator",
                        "type": "->"
                    },
                    {
                        "file": "/xxxxxx/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityReader.php",
                        "line": 86,
                        "function": "_read",
                        "class": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\EntityReader",
                        "type": "->"
                    },
                    {
                        "file": "/xxxxxx/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php",
                        "line": 225,
                        "function": "read",
                        "class": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\EntityReader",
                        "type": "->"
                    },
                    {
                        "file": "/xxxxxx/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php",
                        "line": 254,
                        "function": "read",
                        "class": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityRepository",
                        "type": "->"
                    },
                    {
                        "file": "/xxxxxx/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php",
                        "line": 103,
                        "function": "_search",
                        "class": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityRepository",
                        "type": "->"
                    },
                    {
                        "file": "/xxxxxx/vendor/shopware/core/Framework/Api/Controller/ApiController.php",
                        "line": 444,
                        "function": "search",
                        "class": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityRepository",
                        "type": "->"
                    },
                    {
                        "file": "/xxxxxx/vendor/shopware/core/Framework/Context.php",
                        "line": 207,
                        "function": "Shopware\\Core\\Framework\\Api\\Controller\\{closure}",
                        "class": "Shopware\\Core\\Framework\\Api\\Controller\\ApiController",
                        "type": "->"
                    },
                    {
                        "file": "/xxxxxx/vendor/shopware/core/Framework/Api/Controller/ApiController.php",
                        "line": 445,
                        "function": "scope",
                        "class": "Shopware\\Core\\Framework\\Context",
                        "type": "->"
                    },
                    {
                        "file": "/xxxxxx/vendor/symfony/http-kernel/HttpKernel.php",
                        "line": 152,
                        "function": "list",
                        "class": "Shopware\\Core\\Framework\\Api\\Controller\\ApiController",
                        "type": "->"
                    },
                    {
                        "file": "/xxxxxx/vendor/symfony/http-kernel/HttpKernel.php",
                        "line": 74,
                        "function": "handleRaw",
                        "class": "Symfony\\Component\\HttpKernel\\HttpKernel",
                        "type": "->"
                    },
                    {
                        "file": "/xxxxxx/vendor/symfony/http-kernel/Kernel.php",
                        "line": 202,
                        "function": "handle",
                        "class": "Symfony\\Component\\HttpKernel\\HttpKernel",
                        "type": "->"
                    },
                    {
                        "file": "/xxxxxx/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php",
                        "line": 86,
                        "function": "handle",
                        "class": "Symfony\\Component\\HttpKernel\\Kernel",
                        "type": "->"
                    },
                    {
                        "file": "/xxxxxx/vendor/symfony/http-kernel/HttpCache/HttpCache.php",
                        "line": 479,
                        "function": "handle",
                        "class": "Symfony\\Component\\HttpKernel\\HttpCache\\SubRequestHandler",
                        "type": "::"
                    },
                    {
                        "file": "/xxxxxx/vendor/symfony/http-kernel/HttpCache/HttpCache.php",
                        "line": 452,
                        "function": "forward",
                        "class": "Symfony\\Component\\HttpKernel\\HttpCache\\HttpCache",
                        "type": "->"
                    },
                    {
                        "file": "/xxxxxx/vendor/symfony/http-kernel/HttpCache/HttpCache.php",
                        "line": 346,
                        "function": "fetch",
                        "class": "Symfony\\Component\\HttpKernel\\HttpCache\\HttpCache",
                        "type": "->"
                    },
                    {
                        "file": "/xxxxxx/vendor/symfony/http-kernel/HttpCache/HttpCache.php",
                        "line": 224,
                        "function": "lookup",
                        "class": "Symfony\\Component\\HttpKernel\\HttpCache\\HttpCache",
                        "type": "->"
                    },
                    {
                        "file": "/xxxxxx/vendor/shopware/core/HttpKernel.php",
                        "line": 153,
                        "function": "handle",
                        "class": "Symfony\\Component\\HttpKernel\\HttpCache\\HttpCache",
                        "type": "->"
                    },
                    {
                        "file": "/xxxxxx/vendor/shopware/core/HttpKernel.php",
                        "line": 79,
                        "function": "doHandle",
                        "class": "Shopware\\Core\\HttpKernel",
                        "type": "->"
                    },
                    {
                        "file": "/xxxxxx/public/index.php",
                        "line": 74,
                        "function": "handle",
                        "class": "Shopware\\Core\\HttpKernel",
                        "type": "->"
                    }
                ],
                "file": "/xxxxxx/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/CartPriceFieldSerializer.php",
                "line": 52
            }
        }
    ]
}

Weiß da jemand etwas, oder gibt es irgendwas was ich machen kann?

Dank! Mit freundlichen Grüßen

Die Fehlermeldung liest sich recht deutlich. Vermutlich genügt $tax in ein array zu packen.

Moin @Max_Shop ,

das Problem habe ich im Admin Panel, bei den Bestellungen.
Weiß ehrlich gesagt nicht wie ich das da ändern soll.

Viele Grüße

Dachte per API. Im Admin Panel ist das natürlich eine andere Sache. Irgendwelche Plugins installiert, die ggf. eine Wirkung darauf haben könnten? Habe den Fehler bisher noch nicht gesehen.

@Max_Shop , nope alles Standard. Keine Plugins welche darauf Auswirkung haben könnten.
Ich habe jetzt einfach ein Backup zurückgespielt, konnte den Fehler aber auch nicht mehr reproduzieren. Nachdem ich das Update noch einmal durchgeführt habe. Scheint also eine einmalige Geschichte gewesen zu sein.

Dennoch vielen Dank!

Habe das gleiche Problem. Liegt aber nur an einer einzigen Bestellung aus Dezember 2022.
Und das Problem tritt nur auf, wenn APP_DEBUG=true gesetzt ist.