Hello, In a Blazor Server application, I want to refresh the access token using a refresh token when the token expires. How can I do this?
I created a new microservice and also generated a Blazor Server UI project for it. Then, I updated the frontend configuration of this new service in the .abp/suite/appsettings.json file to point to the newly created Pbys.Blazor.Server project instead of the existing microservice Blazor Server project.
However, when I try to build the solution, I get the following error:
Cannot find pbysMenuContributor.cs file! Ensure ..\AbpSolution12\apps\Pbys\AbpSolution12.Blazor.Server\Menus\pbysMenuContributor.cs exists.
I want to use Angular as the frontend technology in a microservice-based project. However, when I generate the project using ABP Suite, the Angular frontend files are not created automatically. What should I do in this case? Could you help me?
I would like to display a warning screen when the session is about to expire, showing the remaining time with a countdown. I also want to show this warning specifically when there are only 30 seconds left. How can I implement this?
I want to prioritize the jobs queued through Hangfire.
Hi, The refresh token duration is actually 30 minutes, but I want to reduce it to 10 minutes only within a specific method. In the rest of the project, it should remain 30 minutes. What should I do to achieve this?
On page load, the side menu is currently visible as shown in the screenshot. How can I set it so that the side menu opens only after the page has fully loaded?
I want to use two blobs within the project. One should connect directly to the database, and the other should be set up as a file system. How can I do this?