hi
The DynamicLocalizationResourceContributor and DynamicResourceLocalizer will first read the value from the database. So you can change the localization texts in the database.
The DynamicResourceLocalizer will use ILanguageTextRepository inside to query the texts.
This is how it works.
https://abp.io/docs/latest/modules/language-management#language-texts
All your code should be compatible with the current design: https://abp.io/docs/latest/framework/fundamentals/localization
hi
I'm applying the RequiresFeature attribute to a Blazor WASM Page to prevent pages and components from loading if they do not have the appropriate feature, but it isn't working. I've tried it on both the Razor page and on the Code Behind partial class but neither are working.
Please share your component code to reproduce the problem.
Thanks.
hi
You have to run these three websites.
AuthServer, API, and angular app.
Please share the logs.txt of the 400 error.
https://abp.io/docs/commercial/latest/startup-templates/application/deployment-iis?UI=MVC&DB=EF&Tiered=Yes https://learn.microsoft.com/en-us/aspnet/core/tutorials/publish-to-iis?view=aspnetcore-9.0&tabs=visual-studio
Thanks.
hi
Can you write in English? What is your problem? it would be best if you could share some screenshots.
Thanks.
ok
Inject the IDbContextProvider<BatchDbContext> then call GetDbContextAsync method to get dbcontext.
and use dbcontext in a new uow. https://abp.io/docs/latest/framework/architecture/domain-driven-design/unit-of-work#begin-a-new-unit-of-work
Hi
Can you share a project that can reproduce the 4040 error?
Hi
What’s your project UI type?
Can you share a gif picture?
Hi
The register page inputs are empty that’s mean abp doesn’t get the email claim after sucessful AzureAD validation.