1. Home
  2. Support
  3. Known issues and work-arounds
  4. Notifications not working in Umbraco 8

Notifications not working in Umbraco 8

If you are using the Notification feature on Umbraco nodes and uMarketingSuite is installed you could see the following error:

This is a known issue and not implemented and supported by Umbraco. See:

https://github.com/umbraco/Umbraco-CMS/blob/v8/dev/src/Umbraco.Core/Services/Implement/NotificationService.cs#L380

To implement this you need to create your own NotificationService.cs

Below you will find a custom implementation. The code attached comes without any warranty.

Download example file.