hi
We haven't started working on this yet, we will continue to update the roadmap. Your ticket has been refunded.
Thank you for your attention
hi
Your access_token lack/mismatches the audiences
Please share the implementation of Re3aytak.Identity.PhoneNumberLoginConsts.GrantType,
[INF] Request starting HTTP/1.1 GET https://localhost:44397/api/app/country/country-codes?onlyEnabled=True&api-version=1.0 - -
[INF] Failed to validate the token.
Microsoft.IdentityModel.Tokens.SecurityTokenInvalidAudienceException: IDX10206: Unable to validate audience. The 'audiences' parameter is empty.
[INF] Request starting HTTP/1.1 GET https://localhost:44397/api/app/notification/notifications-count?api-version=1.0 - -
[INF] Failed to validate the token.
Microsoft.IdentityModel.Tokens.SecurityTokenInvalidAudienceException: IDX10214: Audience validation failed. Audiences: 'Re3aytak, Public'. Did not match: validationParameters.ValidAudience: 'Re3aytak_Public_Web_Tiered' or validationParameters.ValidAudiences: 'null'.
at Microsoft.IdentityModel.Tokens.Validators.ValidateAudience(IEnumerable`1 audiences, SecurityToken securityToken, TokenValidationParameters validationParameters)
hi
Yes, you can override this component.
https://docs.abp.io/en/abp/latest/UI/Blazor/Customization-Overriding-Components?UI=BlazorServer
The source code: https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.BlazoriseUI/Components/ObjectExtending/ExtensionProperties.razor.cs#L9 https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.BlazoriseUI/Components/ObjectExtending/ExtensionProperties.razor
hi
You can check https://support.abp.io/QA/Questions/2846/Existing-Database
Thanks.
hi
It is not possible. It is only related to the hub .
hi
It is only related to the hub class and has nothing to do with the blazor page.
It is not possible to use it on specific blazor page
hi
Yes, You can try to set this option for a specified hub.
services.AddSignalR().AddHubOptions<YourHub>(options =>
{
options.MaximumReceiveMessageSize = 0;
});
hi
The code seems to be fine, can you share a simple project to reproduce the problem? This way I can debug locally to troubleshoot the problem.
liming.ma@volosoft.com