Hi! I'm having some issues trying to run the Azure DevOps migration project even though I'm using the command line script task. Do you have any tutorials or can you provide some support on how to run ABP DbMigrator project on AzureDevOps pipelines?
**ABP Framework version: v5.1.4
UI type: Blazor Server
DB provider: EF Core**
Hello,
How can I to configure the application to get strings localization from database? Currently, the application is getting from resource file and in the ABP framework documentation it doesn't explain how this change is made.
https://docs.abp.io/en/commercial/latest/modules/language-management
Can you help, please? Thank you
**ABP Framework version: v5.1.4
UI type: Blazor
DB provider: EF Core**
Hello,
I customized the LoginModel to add an External Login provider that some of our customers requested.
For this I followed the customization guide that is in the ABP documentation. ASP.NET Core (MVC / Razor Pages) User Interface Customization Guide But the html code that is in source code of the Account module has a different layout than it original project template.
How can I customize LoginModel without changing the page layout?
Thank you
Hello,
How can I use IStringLocalizer in domain entities to convert LocalizableString into actual string from localization resource?
Thank you
I want my application to have the multi tenancy functionality determined by domain. So I added the following code to the configureServices method of module Main Web Application and AuthServer. However, it no longer shows the options for managing clients scopes, saas and others. How do I get one of the tenants can to see all menu of Main Web Application with data of all tenants?
Configure<AbpTenantResolveOptions>(options => { options.AddDomainTenantResolver("{0}.com"); });
ABP Framework version: v5.0.0
UI type: Blazor Server
DB provider: EF Core
Steps to reproduce the issue:"
Good afternoon,
I decided to test the microservice startup template indicated for microservices development. I Created with ui blazor server and abp in version 5.0.0. I executed the solution with Tye, but when run the AuthServer application it's not working. AuthServer's log file:
Good afternoon,
I'm a rookie working with ABP framework, i'm having some difficulties. I have two microservices created in two different solutions, and i want to use the enpoints of one microservice into the other integrating the two. I was thinking generating a nugget package to install in the other service. But your tutorial for the deveopment of the microservices in the ABP framework are created in the same solution. What methodology do you recommend for this integration?
Best regards, Renata Mendes