Interner ERROR bei Adressänderung im Backend

Hallo, wenn ich bei einem Kunde die Adresse im Backend ändern will, dann erhalte ich einen internen Fehler. An was liegt das? Wir haben keine Änderungen am Backend gemacht.

Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException: You have requested a non-existent service "shop". Did you mean one of these: "customer_search.dbal.condition.ordered_in_shop_handler", "customer_search.dbal.condition.registered_in_shop_handler", "shop_page_menu", "shopware.api.address", "shopware.api.article", "shopware.api.cache", "shopware.api.category", "shopware.api.country", "shopware.api.customer", "shopware.api.customer_group", "shopware.api.customer_stream", "shopware.api.emotion_preset", "shopware.api.manufacturer", "shopware.api.media", "shopware.api.order", "shopware.api.property_group", "shopware.api.resource", "shopware.api.shop", "shopware.api.translation", "shopware.api.variant", "shopware.auth.constraint.user_email_validator", "shopware.auth.constraint.user_name_validator", "shopware.auth.validator.user_validator", "shopware.backend.global_search", "shopware.benchmark_bundle.benchmark_statistics", "shopware.benchmark_bundle.bi_transmission", "shopware.benchmark_bundle.client", "shopware.benchmark_bundle.collector", "shopware.benchmark_bundle.commands.receive_data", "shopware.benchmark_bundle.commands.send_data", "shopware.benchmark_bundle.components.template_caching_handler", "shopware.benchmark_bundle.components.translation", "shopware.benchmark_bundle.controller_subscriber", "shopware.benchmark_bundle.hydrator.statistics_response_hydrator", 
[...]
"shopware_storefront.vote_gateway", "shopware_storefront.vote_hydrator_dbal", "shopware_storefront.vote_service", "shop"? in /vendor/symfony/dependency-injection/Container.php:348 Stack trace:
#0 /engine/Shopware/Components/DependencyInjection/Container.php(204): Symfony\Component\DependencyInjection\Container->get('shop', 1)
#1 /engine/Shopware/Components/DependencyInjection/Container.php(138): Shopware\Components\DependencyInjection\Container->doLoad('shop', 1)
#2 /engine/Shopware/Components/DependencyInjection/Bridge/Session.php(83): Shopware\Components\DependencyInjection\Container->get('shop')
#3 /usr/www/users/shopww/shop/var/cache/production_201906060858/proxies/ShopwareProduction99a1db624c10ef4e881eec5da0f6dce9a5f7580cProjectContainer.php(2357): Shopware\Components\DependencyInjection\Bridge\Session->createSession(Object(ShopwareProduction99a1db624c10ef4e881eec5da0f6dce9a5f7580cProjectContainer), Object(Shopware\Components\Session\PdoSessionHandler))
#4 /vendor/symfony/dependency-injection/Container.php(306): ShopwareProduction99a1db624c10ef4e881eec5da0f6dce9a5f7580cProjectContainer->getSessionService()
#5 /engine/Shopware/Components/DependencyInjection/Container.php(204): Symfony\Component\DependencyInjection\Container->get('session', 1)
#6 /engine/Shopware/Components/DependencyInjection/Container.php(138): Shopware\Components\DependencyInjection\Container->doLoad('session', 1)
#7 /engine/Shopware/Application.php(274): Shopware\Components\DependencyInjection\Container->get('session')

warum ist das so?

da steht doch sogar _ non-existent service “shop” _ und dann Did you mean […] “shop”?

also ist “shop” doch eigentlich vorhanden?

Nur reine Vermutung: Könnte ein Plugin sein, vielleicht nicht mehr ganz aktuell.

es gibt keine Updates zu Plugins, ich habe auch kein Shopware-Update gemacht in letzter Zeit. Irgendwas läuft da seit kurzem schief, weiß leider nicht seit wann genau… ist halt heute aufgefallen.

EDIT: manche Kundenadressen kann man editieren, andere werfen den Fehler.

Hm, dann muss sich ja etwas verändert haben. Von alleine kann so etwas eigentlich nicht passieren.