hi
You are request the TokenEndpoint, this is Identity Server endpoint, ABP won't wrap the exception.
You can override this AbpResourceOwnerPasswordValidator sevice to custom the response.
https://github.com/abpframework/abp/blob/42966c11258d8f681a2cc22b662f3ed0ea6f0dc9/modules/identityserver/src/Volo.Abp.IdentityServer.Domain/Volo/Abp/IdentityServer/AspNetIdentity/AbpResourceOwnerPasswordValidator.cs#L103
hi
You can create a new project to check the blazorise package version.
Can you share some code of your API and full error log and stack?
hi
Are you requesting an API or a razor page?
Can you share full error log and stack info.
hi
You can try to override the IBlobContainerConfigurationProvider service and change some configuration in the Get method.
https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.BlobStoring/Volo/Abp/BlobStoring/DefaultBlobContainerConfigurationProvider.cs#L17
https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.BlobStoring/Volo/Abp/BlobStoring/BlobContainerFactory.cs#L42
hi
hi
Is WebSocket enabled on your Azure server?
The requested service 'Volo.Abp.Users.IUserRepository`1[[Test.Users.AppUser, Test.Domain, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]' has not been registered
Can you resolve IUserRepository< AppUser> service in App Service?
Have you tried upgrading the Blazorise package? Then run abp bundle again.
You can create a new project to check the package version.
hi
We will use netstandard as the target framework of the package as much as possible, but some services of net6 used in Volo.Abp.AspNetCore cannot use netstandard. Contracts package does not have this case.