Base solution for your next web application
Open Closed

Realtime Notifications not working after project upgrade #12198


User avatar
0
kansoftware created

After project upgrade realtime notifications stopped working after we upgraded from 9 to 13

We checked and found there are 2 classes added in the CDP.core>> Notifications

  1. Email : EmailRealTimeNotifier.cs
  2. SMS : SmsRealTimeNotifier.cs

After checking documentation of aspnetboilerplate we also following class in the project https://github.com/aspnetboilerplate/aspnetboilerplate/blob/dev/src/Abp.AspNetCore.SignalR/AspNetCore/SignalR/Notifications/SignalRRealTimeNotifier.cs

But still while we hit the _realTimeNotifier.SendNotificationsAsync it goes into EmailRealTimeNotifier.SendNotificationsAsync

Please help to fix this ASAP as its production issue.


3 Answer(s)
  • User Avatar
    0
    m.aliozkaya created
    Support Team

    Hi @kansoftware,

    Could you share the error log? Also, can you give me an example scenario so I can reproduce this?

  • User Avatar
    0
    kansoftware created

    Unfortunately, we can’t share the entire codebase, but we’d be glad to provide any specific files or sections you require. Please let us know which files or areas you need access to, and we’ll make sure to share them promptly.

  • User Avatar
    0
    m.aliozkaya created
    Support Team

    Hi @kansoftware,

    Can you reproduce the issue for us in a fresh project? If this is an issue related to upgrading, it may be difficult to find without reviewing the code in the project.