hi
I think Blazorise used the wrong translation.
https://github.com/Megabit/Blazorise/blob/master/Source/Blazorise/Resources/Localization/DatePicker/tr.json#L39-L40
You can try to Custom languages texts
https://blazorise.com/docs/helpers/localization#toc_Custom-languages
It will be best you can change the right text in https://github.com/Megabit/Blazorise/
Thanks.
hi
What is your leptonx package version?
I have checked, this issue has been fixed in leptonx 3.x.x
Can you try to upgrade abp&volo&leptonx packages?
hi
Does the page work well if page has fully loaded?
Can you share more screenshots or gif?
Thanks.
hi
Our angular template project supports the OAuth2(OpenIddict).
You can use an oauth2 library in your vue app.
You only need to login authserver once.
ok,a nd you can share a token by email. liming.ma@volosoft.com
I can check it as well.
https://abp.io/docs/latest/modules/account/impersonation#angular
hi
It seems that the HttpContextAccessor.HttpContext is null. Can you set a breakpoint to confirm this?
You can skip adding headers if HttpContext is null
if (HttpContextAccessor.HttpContext != null )
{
foreach (var header in HttpContextAccessor.HttpContext!.Request.Headers.Where(x => x.Key != "Accept-Encoding"))
{
requestMessage.Headers.TryAddWithoutValidation(header.Key, header.Value.ToArray());
}
}
Thanks.
hi
Do you use the account and identity source code in your project?
Can you share a project to reproduce the problem so that I can check it locally?
Thanks.
liming.ma@volosoft.com
hi
I have tested the code.
Can you share a simple/template project to reproduce?
liming.ma@volosoft.com