Hi,
I want to know how to handle idle session timeout in multiple tabs for the same user. https://abp.io/docs/latest/modules/account/idle-session-timeout
Thank you
Hi team,
I'm having the same issue mentioned in the following thread after upgrading the ABP to 9.1.1
https://abp.io/support/questions/8388/Configure-Hangfire-with-In-Memory-Provider-for-Integration-Testing
Unit tests starts failing. is there any solution to this.
Hi,
We recently found that libs folder under wwwroot is not getting created in the CICD pipeline and we haven't changed the pipeline for a while now. as a result, we are getting 500 error when click on login button.
in Abp, is there any way to check multiple permission with Authorization attribute as OR operator.
[Authorization(permission1, permission2, permission3)] public Task CreateAsync(){
}
Hi team,
quick question, in ABP, what are the best practices to create test harness that compliance with security standards.
thanks
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.AddOrUpdatemethod