Activities of "maliming"

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.

Answer

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.

The ProviderKey should be returned by IDP.

Maybe you can get it from access_token.

You can check the claims in token. decode the token in https://jwt.io/

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

Showing 3271 to 3280 of 11539 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.