Activities of "maliming"

hi

I will check this.

Hi

Azure has a document that you can refer to.

https://docs.microsoft.com/en-us/azure/app-service/troubleshoot-http-502-http-503

ok liming.ma@volosoft.com

Please share the logs when the request is slowly.

Please try to remove the Trusted_Connection=True;

User ID and Password are specified and Trusted_Connection is set to true, the User ID and Password will be ignored and Integrated Security will be used.

hi

You can override the public virtual async Task<IActionResult> OnGetExternalLoginCallbackAsync(string returnUrl = "", string returnUrlHash = "", string remoteError = null) method of account\src\Volo.Abp.Account.Pro.Public.Web.IdentityServer\Pages\Account\IdentityServerSupportedLoginModel.cs.

Check the current tenant and ExternalLoginInfo

See https://docs.abp.io/en/abp/latest/Customizing-Application-Modules-Guide

hi

You're right.

IAbpAuthorizationExceptionHandler doesn't format 403 response as a valid abp format error reponse. Not sure why.

The reason: https://github.com/abpframework/abp/issues/9926#issue-983402382

You can directly display an error message.

HTTP 403 is returned when the client is not permitted access to the resource despite providing authentication such as insufficient permissions of the authenticated account.

Let application shut down

Can you explain it in detail? Thanks

hi

You should not use TemplateRenderer in Blazor projects, It's just a UI project, and the data comes from the API. The correct template info can be get from the API. You can only use various app services in Blazor, app services render templates and return content.

Showing 8211 to 8220 of 10643 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 10, 2025, 06:30