Cannot provide a value for property 'Service' on type 'Radzen.Blazor.RadzenNotification'. There is no registered service of type 'Radzen.NotificationService'

I am facing an error of no registered service type of Radzen.NotificationService during the project setup. I was upgrading my Blazor WebAssembly App from dotnet 6 to dotnet 8. In dotnet 6 the NotificationService was working fine but in dotnet 8 it doesn't.

The thing I have already added the service using builder.service in the program.cs file.

Can anyone help me with this situation

It works obviously in our demos which are .NET 8:

Maybe you should follow strictly our Getting started: