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?
Thank you for your reply. After further analysing microservice template, I realised that the Language management module is already inserted in Administration service.
The database table to Languague has all data that appears in the Languague Menu, but the Languague Text table is empty. Where does texts that appears in the Languague Text Menu come from and how do I can add others?
**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
Hi,
I've solved the problem. I was referring the MyLoginModel in ExposeServices attribute instead of the LoginModel.
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,
What you sugest? Using the Microsoft package now and then after the upgrade of the Microsoft packages in ABP framework, updating for the ABP Framework?
Thank you
at Volo.Abp.Caching.DistributedCache`2.<>c__DisplayClass51_0.<<SetAsync>g__SetRealCache|0>d.MoveNext()
2022-05-16 12:36:36.365 +01:00 [WRN] ERR Error running script (call to f_3915ee22fda531a1d5661f2523d0443fd35ff0a4): @user_script:2: @user_script: 2: Wrong number of args calling Redis command From Lua script
StackExchange.Redis.RedisServerException: ERR Error running script (call to f_3915ee22fda531a1d5661f2523d0443fd35ff0a4): @user_script:2: @user_script: 2: Wrong number of args calling Redis command From Lua script
at Volo.Abp.Caching.StackExchangeRedis.AbpRedisCache.SetManyAsync(IEnumerable`1 items, DistributedCacheEntryOptions options, CancellationToken token)
at Volo.Abp.Caching.DistributedCache`2.<>c__DisplayClass54_0.<<SetManyAsync>g__SetRealCache|0>d.MoveNext()
2022-05-16 12:36:36.420 +01:00 [WRN] ERR Error running script (call to f_3915ee22fda531a1d5661f2523d0443fd35ff0a4): @user_script:2: @user_script: 2: Wrong number of args calling Redis command From Lua script
StackExchange.Redis.RedisServerException: ERR Error running script (call to f_3915ee22fda531a1d5661f2523d0443fd35ff0a4): @user_script:2: @user_script: 2: Wrong number of args calling Redis command From Lua script
at Volo.Abp.Caching.StackExchangeRedis.AbpRedisCache.SetManyAsync(IEnumerable`1 items, DistributedCacheEntryOptions options, CancellationToken token)
at Volo.Abp.Caching.DistributedCache`2.<>c__DisplayClass54_0.<<SetManyAsync>g__SetRealCache|0>d.MoveNext()
2022-05-16 12:36:45.521 +01:00 [DBG] Login Url: /Account/Login
2022-05-16 12:36:45.521 +01:00 [DBG] Login Return Url Parameter: ReturnUrl
2022-05-16 12:36:45.522 +01:00 [DBG] Logout Url: /Account/Logout
2022-05-16 12:36:45.522 +01:00 [DBG] ConsentUrl Url: /Consent
2022-05-16 12:36:45.522 +01:00 [DBG] Consent Return Url Parameter: returnUrl
2022-05-16 12:36:45.522 +01:00 [DBG] Error Url: /Account/Error
2022-05-16 12:36:45.522 +01:00 [DBG] Error Id Parameter: errorId
2022-05-16 12:36:45.572 +01:00 [INF] Executing endpoint '/Index'
2022-05-16 12:36:45.596 +01:00 [INF] Route matched with {page = "/Index", area = "", action = "", controller = ""}. Executing page /Index
2022-05-16 12:36:45.597 +01:00 [INF] Skipping the execution of current filter as its not the most effective filter implementing the policy Microsoft.AspNetCore.Mvc.ViewFeatures.IAntiforgeryPolicy
2022-05-16 12:36:45.615 +01:00 [INF] Executing handler method NB.Web.AuthServer.Pages.IndexModel.OnGet - ModelState is "Valid"
2022-05-16 12:36:45.616 +01:00 [INF] Executed handler method OnGet, returned result Microsoft.AspNetCore.Mvc.RedirectResult.
2022-05-16 12:36:45.620 +01:00 [INF] Executing RedirectResult, redirecting to /Account/Login.
2022-05-16 12:36:45.624 +01:00 [INF] Executed page /Index in 24.9855ms
2022-05-16 12:36:45.624 +01:00 [INF] Executed endpoint '/Index'
2022-05-16 12:36:45.636 +01:00 [INF] Request finished HTTP/2 GET https://localhost:44322/ - - - 302 0 - 11301.0250ms
2022-05-16 12:36:45.636 +01:00 [INF] Request starting HTTP/2 GET https://localhost:44322/Account/Login - -
2022-05-16 12:36:45.644 +01:00 [INF] Executing endpoint '/Account/Login'
2022-05-16 12:36:45.652 +01:00 [INF] Route matched with {page = "/Account/Login", area = "", action = "", controller = ""}. Executing page /Account/Login
2022-05-16 12:36:45.652 +01:00 [INF] Skipping the execution of current filter as its not the most effective filter implementing the policy Microsoft.AspNetCore.Mvc.ViewFeatures.IAntiforgeryPolicy
2022-05-16 12:36:45.838 +01:00 [INF] Executing handler method Volo.Abp.Account.Public.Web.Pages.Account.LoginModel.OnGetAsync - ModelState is "Valid"
2022-05-16 12:36:45.879 +01:00 [INF] Executed handler method OnGetAsync, returned result Microsoft.AspNetCore.Mvc.RazorPages.PageResult.
2022-05-16 12:36:45.884 +01:00 [DBG] Added 0 entity changes to the current audit log
2022-05-16 12:36:45.951 +01:00 [WRN] ERR Error running script (call to f_3915ee22fda531a1d5661f2523d0443fd35ff0a4): @user_script:2: @user_script: 2: Wrong number of args calling Redis command From Lua script
StackExchange.Redis.RedisServerException: ERR Error running script (call to f_3915ee22fda531a1d5661f2523d0443fd35ff0a4): @user_script:2: @user_script: 2: Wrong number of args calling Redis command From Lua script
at StackExchange.Redis.ConnectionMultiplexer.ExecuteSyncImpl[T](Message message, ResultProcessor`1 processor, ServerEndPoint server) in /_/src/StackExchange.Redis/ConnectionMultiplexer.cs:line 2815
at StackExchange.Redis.RedisBase.ExecuteSync[T](Message message, ResultProcessor`1 processor, ServerEndPoint server) in /_/src/StackExchange.Redis/RedisBase.cs:line 54
at StackExchange.Redis.RedisDatabase.ScriptEvaluate(String script, RedisKey[] keys, RedisValue[] values, CommandFlags flags) in /_/src/StackExchange.Redis/RedisDatabase.cs:line 1189
at Microsoft.Extensions.Caching.StackExchangeRedis.RedisCache.Set(String key, Byte[] value, DistributedCacheEntryOptions options)
at Volo.Abp.Caching.DistributedCache`2.<>c__DisplayClass50_0.<Set>g__SetRealCache|0()