Hi,
Thank you for your clarification regarding Volo.Abp.NotificationManagement.
Based on this, we would like to understand the following:
Does the ABP.io framework provide any official or recommended provision for implementing in-application notifications (such as notification bell, stored notifications, or real-time notifications within the ABP UI)?
Our use case is a workflow approval system, where:
Email notifications are already implemented. We now want to notify the next approver through in-app notifications inside the ABP application.
If such a capability exists in ABP:
What is the recommended approach to implement it? Are there any best practices or reference guidance for approval-based in-app notifications?
If there is no built-in solution, please advise on the officially supported way to design and integrate a custom in-app notification service within ABP.
Looking forward to your guidance.
Thanks
Hello ABP Support Team, We are currently using the ABP.io licensed framework and have already implemented a custom workflow approval system.
In our current implementation:
However, in addition to email, we would like to send in-application notifications (for example, notification bell / real-time or stored notifications) to the next approver within the ABP UI.
We would like your guidance on the following points:
Our goal is to ensure that when a workflow request reaches the next approver, they receive:
Please guide us on the best and officially supported way to implement this in the ABP licensed framework. Thank you for your support.
Best regards, Vikas Gupta
Hello ABP Support Team, I am currently working with the ABP.io framework and noticed references to a package named Volo.Abp.NotificationManagement. However, I am unable to locate this package on NuGet.org or in any of the official ABP package feeds.
Could you please clarify:
This will help ensure that we are using the correct packages and following best practices for notification management in ABP. Thank you for your support.
Best regards, Vikas Gupta
We have developed an application using the Layered Application template with Angular as the UI framework.
For deployment, we followed the documentation at the below link: https://abp.io/docs/latest/solution-templates/layered-web-application/deployment/deployment-iis?UI=…
We successfully published the backend project and hosted it on IIS. However, we are encountering an OpenIddict-related error.
I have attached the error details in a image file for your review. Could you please check and suggest a solution?