Activities of "renata.mendes"

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.

Layout without customization:

Layout with customization:

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

Helo,

Yes, it works. But ABP documentation it's recommended to use an integrated package developed by ABP framework.

https://docs.abp.io/en/abp/5.1/Redis-Cache

Should I to use both or choose one of them?

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()

I run docker compose file and Tye

Then I login

but in the logs these messages appear

2022-05-16 12:35:10.724 +01:00 [INF] Starting NB.Web.AuthServer. 2022-05-16 12:35:25.845 +01:00 [INF] Loaded ABP modules: 2022-05-16 12:35:25.848 +01:00 [INF] - NB.Web.AuthServer.WebAuthServerModule 2022-05-16 12:35:25.848 +01:00 [INF] - Volo.Abp.AspNetCore.Authentication.JwtBearer.AbpAspNetCoreAuthenticationJwtBearerModule 2022-05-16 12:35:25.848 +01:00 [INF] - Volo.Abp.Security.AbpSecurityModule 2022-05-16 12:35:25.848 +01:00 [INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule 2022-05-16 12:35:25.848 +01:00 [INF] - Volo.Abp.Caching.AbpCachingModule 2022-05-16 12:35:25.848 +01:00 [INF] - Volo.Abp.Threading.AbpThreadingModule 2022-05-16 12:35:25.848 +01:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule 2022-05-16 12:35:25.848 +01:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule 2022-05-16 12:35:25.848 +01:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule 2022-05-16 12:35:25.848 +01:00 [INF] - Volo.Abp.Data.AbpDataModule 2022-05-16 12:35:25.848 +01:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule 2022-05-16 12:35:25.848 +01:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule 2022-05-16 12:35:25.848 +01:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule 2022-05-16 12:35:25.848 +01:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule 2022-05-16 12:35:25.848 +01:00 [INF] - Volo.Abp.Json.AbpJsonModule 2022-05-16 12:35:25.848 +01:00 [INF] - Volo.Abp.Timing.AbpTimingModule 2022-05-16 12:35:25.848 +01:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule 2022-05-16 12:35:25.848 +01:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule 2022-05-16 12:35:25.848 +01:00 [INF] - Volo.Abp.Settings.AbpSettingsModule 2022-05-16 12:35:25.848 +01:00 [INF] - Volo.Abp.EventBus.RabbitMq.AbpEventBusRabbitMqModule 2022-05-16 12:35:25.848 +01:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule 2022-05-16 12:35:25.848 +01:00 [INF] - Volo.Abp.Guids.AbpGuidsModule 2022-05-16 12:35:25.848 +01:00 [INF] - Volo.Abp.BackgroundWorkers.AbpBackgroundWorkersModule 2022-05-16 12:35:25.848 +01:00 [INF] - Volo.Abp.DistributedLocking.AbpDistributedLockingAbstractionsModule 2022-05-16 12:35:25.848 +01:00 [INF] - Volo.Abp.RabbitMQ.AbpRabbitMqModule 2022-05-16 12:35:25.848 +01:00 [INF] - Volo.Abp.BackgroundJobs.RabbitMQ.AbpBackgroundJobsRabbitMqModule 2022-05-16 12:35:25.848 +01:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsAbstractionsModule 2022-05-16 12:35:25.848 +01:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Lepton.AbpAspNetCoreMvcUiLeptonThemeModule 2022-05-16 12:35:25.848 +01:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule 2022-05-16 12:35:25.848 +01:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule 2022-05-16 12:35:25.848 +01:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule 2022-05-16 12:35:25.848 +01:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule 2022-05-16 12:35:25.848 +01:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule 2022-05-16 12:35:25.848 +01:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule 2022-05-16 12:35:25.848 +01:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule 2022-05-16 12:35:25.848 +01:00 [INF] - Volo.Abp.Auditing.AbpAuditingContractsModule 2022-05-16 12:35:25.848 +01:00 [INF] - Volo.Abp.Http.AbpHttpModule 2022-05-16 12:35:25.848 +01:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule 2022-05-16 12:35:25.848 +01:00 [INF] - Volo.Abp.Minify.AbpMinifyModule 2022-05-16 12:35:25.848 +01:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule 2022-05-16 12:35:25.848 +01:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule 2022-05-16 12:35:25.848 +01:00 [INF] - Volo.Abp.Validation.AbpValidationModule 2022-05-16 12:35:25.848 +01:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule 2022-05-16 12:35:25.848 +01:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule 2022-05-16 12:35:25.848 +01:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule 2022-05-16 12:35:25.848 +01:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule 2022-05-16 12:35:25.848 +01:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.UI.AbpUiModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.Features.AbpFeaturesModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Commercial.AbpAspNetCoreMvcUiThemeCommercialModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.LeptonTheme.Management.LeptonThemeManagementDomainSharedModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.Account.Web.AbpAccountPublicWebIdentityServerModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.Account.Public.Web.AbpAccountPublicWebModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.Account.AbpAccountPublicApplicationContractsModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.Account.AbpAccountSharedApplicationContractsModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationContractsModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.Identity.AbpIdentityProDomainSharedModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainSharedModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.Users.AbpUsersDomainSharedModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.Users.AbpUsersAbstractionModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationContractsModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.Ldap.AbpLdapModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.Emailing.AbpEmailingModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.TextTemplating.Scriban.AbpTextTemplatingScribanModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingCoreModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.Identity.AbpIdentityProDomainModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.Users.AbpUsersDomainModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.Identity.AspNetCore.AbpIdentityAspNetCoreModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.Sms.AbpSmsModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainSharedModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.Account.AbpAccountPublicApplicationModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.Account.AbpAccountSharedApplicationModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.BlobStoring.AbpBlobStoringModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.Account.AbpAccountPublicHttpApiModule 2022-05-16 12:35:25.849 +01:00 [INF] - NB.Web.AdministrationService.EntityFrameworkCore.AdministrationServiceEntityFrameworkCoreModule 2022-05-16 12:35:25.849 +01:00 [INF] - NB.Web.AdministrationService.AdministrationServiceDomainModule 2022-05-16 12:35:25.849 +01:00 [INF] - NB.Web.AdministrationService.AdministrationServiceDomainSharedModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainSharedModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.LanguageManagement.LanguageManagementDomainSharedModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.TextTemplateManagement.TextTemplateManagementDomainSharedModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.LeptonTheme.Management.LeptonThemeManagementDomainModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.LanguageManagement.LanguageManagementDomainModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.TextTemplateManagement.TextTemplateManagementDomainModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.PermissionManagement.IdentityServer.AbpPermissionManagementDomainIdentityServerModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.PermissionManagement.Identity.AbpPermissionManagementDomainIdentityModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.EntityFrameworkCore.SqlServer.AbpEntityFrameworkCoreSqlServerModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.FeatureManagement.EntityFrameworkCore.AbpFeatureManagementEntityFrameworkCoreModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.BlobStoring.Database.EntityFrameworkCore.BlobStoringDatabaseEntityFrameworkCoreModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.BlobStoring.Database.BlobStoringDatabaseDomainModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.BlobStoring.Database.BlobStoringDatabaseDomainSharedModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.LanguageManagement.EntityFrameworkCore.LanguageManagementEntityFrameworkCoreModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.TextTemplateManagement.EntityFrameworkCore.TextTemplateManagementEntityFrameworkCoreModule 2022-05-16 12:35:25.849 +01:00 [INF] - NB.Web.IdentityService.EntityFramework.IdentityServiceEntityFrameworkCoreModule 2022-05-16 12:35:25.849 +01:00 [INF] - NB.Web.IdentityService.IdentityServiceDomainModule 2022-05-16 12:35:25.849 +01:00 [INF] - NB.Web.IdentityService.IdentityServiceDomainSharedModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.Identity.EntityFrameworkCore.AbpIdentityProEntityFrameworkCoreModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.Identity.EntityFrameworkCore.AbpIdentityEntityFrameworkCoreModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.Users.EntityFrameworkCore.AbpUsersEntityFrameworkCoreModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.IdentityServer.EntityFrameworkCore.AbpIdentityServerEntityFrameworkCoreModule 2022-05-16 12:35:25.849 +01:00 [INF] - NB.Web.SaasService.EntityFramework.SaasServiceEntityFrameworkCoreModule 2022-05-16 12:35:25.849 +01:00 [INF] - NB.Web.SaasService.SaasServiceDomainModule 2022-05-16 12:35:25.849 +01:00 [INF] - NB.Web.SaasService.SaasServiceDomainSharedModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Saas.SaasDomainSharedModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Payment.AbpPaymentDomainSharedModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Saas.SaasDomainModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Payment.AbpPaymentDomainModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Saas.EntityFrameworkCore.SaasEntityFrameworkCoreModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Payment.EntityFrameworkCore.AbpPaymentEntityFrameworkCoreModule 2022-05-16 12:35:25.849 +01:00 [INF] - NB.Web.Shared.Hosting.AspNetCore.WebSharedHostingAspNetCoreModule 2022-05-16 12:35:25.849 +01:00 [INF] - NB.Web.Shared.Hosting.WebSharedHostingModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule 2022-05-16 12:35:25.849 +01:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule 2022-05-16 12:35:25.849 +01:00 [INF] - NB.Web.WebSharedLocalizationModule 2022-05-16 12:35:26.020 +01:00 [DBG] RabbitMQ Queue 'AbpBackgroundJobs.Volo.Abp.Emailing.BackgroundEmailSendingJobArgs' has 0 messages and 1 consumers. 2022-05-16 12:35:26.130 +01:00 [DBG] Started background worker: Volo.Abp.IdentityServer.Tokens.TokenCleanupBackgroundWorker 2022-05-16 12:35:27.008 +01:00 [INF] Starting IdentityServer4 version 4.1.2+997a6cdd643e46cd5762b710c4ddc43574cbec2e 2022-05-16 12:35:28.071 +01:00 [INF] Using the default authentication scheme Identity.Application for IdentityServer 2022-05-16 12:35:28.071 +01:00 [DBG] Using Identity.Application as default ASP.NET Core scheme for authentication 2022-05-16 12:35:28.071 +01:00 [DBG] Using Identity.External as default ASP.NET Core scheme for sign-in 2022-05-16 12:35:28.071 +01:00 [DBG] Using Identity.External as default ASP.NET Core scheme for sign-out 2022-05-16 12:35:28.071 +01:00 [DBG] Using Identity.Application as default ASP.NET Core scheme for challenge 2022-05-16 12:35:28.071 +01:00 [DBG] Using Identity.Application as default ASP.NET Core scheme for forbid 2022-05-16 12:35:29.513 +01:00 [INF] Initialized all ABP modules. 2022-05-16 12:35:29.671 +01:00 [INF] Now listening on: https://localhost:44322 2022-05-16 12:35:29.672 +01:00 [INF] Application started. Press Ctrl+C to shut down. 2022-05-16 12:35:29.672 +01:00 [INF] Hosting environment: Development 2022-05-16 12:35:29.672 +01:00 [INF] Content root path: C:\Users\WildervanaMendes\source\repos\NB.Web\apps\auth-server\src\NB.Web.AuthServer2022-05-16 12:36:34.335 +01:00 [INF] Request starting HTTP/2 GET https://localhost:44322/ - - 2022-05-16 12:36:36.259 +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 Microsoft.Extensions.Caching.StackExchangeRedis.RedisCache.SetAsync(String key, Byte[] value, DistributedCacheEntryOptions options, CancellationToken token)

ABP Framework version: v5.1.4

UI type: Blazor

DB provider: EF Core

Hello,

Can you help me to fix this problem with Redis?

Thank you

  • ABP Framework version: v3.3.1
  • UI type: Blazor
  • DB provider: EF Core

Hello,

How can I use IStringLocalizer in domain entities to convert LocalizableString into actual string from localization resource?

Thank you

Hello, can you be more explicit in the answer? I couldn't how you allow a particular tenant to manage all information of others tenants.Thank you

  • ABP version: v5.1.4
  • UI type: Blazor
  • DB provider: EF Core

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"); });

Showing 21 to 30 of 38 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11