As I'm using dynamic claims, on the backend I can see that CurrentUser service is getting updated if I change the role of the current user.
on the frontend, if I call authService.refreshToken()
the access token gets updated too.
but, this.config.getOne$('currentUser').subscribe((currentUser) => { }
DOES NOT get reflected with the latest role for the current user.
how can I access the dynamic claim changes on the frontend for the currentuser
based on the ABP documentation, whenever we are throwing AbpValidationException in app service, it should return 400 bad request. but I don't know why its retuning 500.
following is the screenshot of postman, making request to the endpoint and returning 500
Hi, after upgrading to V8.2.0, getting the following error
I tried the solution from the other issue (https://abp.io/support/questions/7551/HANGFIRE-WORKERJOB-REGISTRATION-PROBLEMS-ON-ABP-820), but getting compile time error onRecurring.AddOrUpdate
method
Hi,
Can I use the custom payment gateway with in Angular application https://docs.abp.io/en/commercial/latest/modules/payment-custom-gateway
Hi,
My app is working fine, but getting the following error in the Log Stream (attached screenshot from Azure App Service Log Stream)
FYI, I found this issue after upgrading from V6 to V8
following screenshot of packages installed related to health check
Hi,
in ABP, is there any specific way to implement the following:
in my application, I have created few domain services to only create child entities with new Guid id by using GuidGenerator service in Domain manager.
is there any way, I can get rid of these domain services because they are only there to create guid for child entity
Hi team,
quick question,
when ABP is planning to add the Template for Blazor SSR (Blazor Full stack web UI).
I'm asking the question here because I couldn't find on the website