You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ($parcel->isSealed() || null === $this->localeSwitcher) {
So the Parcel is never sealed and there is an Exception:
[2024-07-03T19:44:40.217401+02:00] contao.error.ERROR: The parcel did not contain all required stamps. Provided: [Terminal42\NotificationCenterBundle\Parcel\Stamp\NotificationConfigStamp, Terminal42\NotificationCenterBundle\Parcel\Stamp\TokenCollectionStamp, Terminal42\NotificationCenterBundle\Parcel\Stamp\GatewayConfigStamp, Terminal42\NotificationCenterBundle\Parcel\Stamp\LanguageConfigStamp, Alpdesk\AlpdeskBooking\Library\Notifications\AlpdeskBookingGatewayConfigStamp], Required: [Alpdesk\AlpdeskBooking\Library\Notifications\AlpdeskEmailStamp]. {"exception":"[object] (Terminal42\\NotificationCenterBundle\\Exception\\Parcel\\CouldNotDeliverParcelException(code: 0): The parcel did not contain all required stamps. Provided: [Terminal42\\NotificationCenterBundle\\Parcel\\Stamp\\NotificationConfigStamp, Terminal42\\NotificationCenterBundle\\Parcel\\Stamp\\TokenCollectionStamp, Terminal42\\NotificationCenterBundle\\Parcel\\Stamp\\GatewayConfigStamp, Terminal42\\NotificationCenterBundle\\Parcel\\Stamp\\LanguageConfigStamp, Alpdesk\\AlpdeskBooking\\Library\\Notifications\\AlpdeskBookingGatewayConfigStamp], Required: [Alpdesk\\AlpdeskBooking\\Library\\Notifications\\AlpdeskEmailStamp]
I think the Parcel must be sealed also when LocalSwitcher is null.
The text was updated successfully, but these errors were encountered:
NC 2.0.10 under C 4.13 (2.0.9 is working)
Using Contao 4.13 (Symfony 5.4) and customGateway under NC 2.0.10 the LocalSwitcher is null:
contao-notification_center/src/NotificationCenter.php
Line 301 in 86388e4
So the Parcel is never sealed and there is an Exception:
[2024-07-03T19:44:40.217401+02:00] contao.error.ERROR: The parcel did not contain all required stamps. Provided: [Terminal42\NotificationCenterBundle\Parcel\Stamp\NotificationConfigStamp, Terminal42\NotificationCenterBundle\Parcel\Stamp\TokenCollectionStamp, Terminal42\NotificationCenterBundle\Parcel\Stamp\GatewayConfigStamp, Terminal42\NotificationCenterBundle\Parcel\Stamp\LanguageConfigStamp, Alpdesk\AlpdeskBooking\Library\Notifications\AlpdeskBookingGatewayConfigStamp], Required: [Alpdesk\AlpdeskBooking\Library\Notifications\AlpdeskEmailStamp]. {"exception":"[object] (Terminal42\\NotificationCenterBundle\\Exception\\Parcel\\CouldNotDeliverParcelException(code: 0): The parcel did not contain all required stamps. Provided: [Terminal42\\NotificationCenterBundle\\Parcel\\Stamp\\NotificationConfigStamp, Terminal42\\NotificationCenterBundle\\Parcel\\Stamp\\TokenCollectionStamp, Terminal42\\NotificationCenterBundle\\Parcel\\Stamp\\GatewayConfigStamp, Terminal42\\NotificationCenterBundle\\Parcel\\Stamp\\LanguageConfigStamp, Alpdesk\\AlpdeskBooking\\Library\\Notifications\\AlpdeskBookingGatewayConfigStamp], Required: [Alpdesk\\AlpdeskBooking\\Library\\Notifications\\AlpdeskEmailStamp]
I think the Parcel must be sealed also when LocalSwitcher is null.
The text was updated successfully, but these errors were encountered: