Base solution for your next web application
Ends in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "aaron"

Here's the partial fix:

solution seems to be adding below mapping into CustomDtoMappings class

configuration.CreateMap<Edition, EditionInfoDto>();
Answer

Are you on v5.0.3?

v5.0.2 is available to download.

v5.0.1 includes an unrelated fix. But you might want to wait for v5.0.2 anyway.

Unlikely to be authorization if it is not logged.

Sending to subscribed users is done by background job too, so it may be the same issue. Can you check if the TenantNotification and UserNotifications are created in database?

Fixed in v5.0.1

Fixed in ABP v3.2.4

Fixed in ABP v3.2.4

  1. Are you using a single database?
  2. Can you check if PublishAsync to a specific user works?
  3. Can you inject INotificationSubscriptionManager and check if GetSubscriptionsAsync returns the users?
Showing 1271 to 1280 of 1543 entries