Activities of "renata.mendes"

Hi,

The localization resource files in Administration Service do not contain data displayed. I still don't understand where it comes from.

Language Management module documentation does not contain information on how to add new texts.

Thank you

Hi,

Thank you for your reply. How to add a button at the top of this page to create new language texts?

Thank you

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

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
  • DB provider: EF Core

How to Implement multitenancy on microservice demo. I'm determine current tenant by user. I followed indications of documentation https://docs.abp.io/en/abp/latest/Multi-Tenancy After trying to log in, I receive a message of invalid credentials. Can you give me some suggestions?

I have following code in the projects AuthServer and Blazor:

Configure<AbpTenantResolveOptions>(options =>
    {          
        options.TenantResolvers.Add(new CurrentUserTenantResolveContributor());
    });
2023-04-26 15:30:51.182 +01:00 [INF] Starting NB.Microservices.AuthServer.
2023-04-26 15:31:05.944 +01:00 [INF] Loaded ABP modules:
2023-04-26 15:31:05.946 +01:00 [INF] - NB.Microservices.AuthServer.MicroservicesAuthServerModule
2023-04-26 15:31:05.946 +01:00 [INF]   - Volo.Abp.AspNetCore.Authentication.JwtBearer.AbpAspNetCoreAuthenticationJwtBearerModule
2023-04-26 15:31:05.946 +01:00 [INF]     - Volo.Abp.Security.AbpSecurityModule
2023-04-26 15:31:05.946 +01:00 [INF]   - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule
2023-04-26 15:31:05.946 +01:00 [INF]     - Volo.Abp.Caching.AbpCachingModule
2023-04-26 15:31:05.946 +01:00 [INF]       - Volo.Abp.Threading.AbpThreadingModule
2023-04-26 15:31:05.946 +01:00 [INF]       - Volo.Abp.Serialization.AbpSerializationModule
2023-04-26 15:31:05.946 +01:00 [INF]       - Volo.Abp.Uow.AbpUnitOfWorkModule
2023-04-26 15:31:05.946 +01:00 [INF]       - Volo.Abp.MultiTenancy.AbpMultiTenancyModule
2023-04-26 15:31:05.946 +01:00 [INF]         - Volo.Abp.Data.AbpDataModule
2023-04-26 15:31:05.946 +01:00 [INF]           - Volo.Abp.ObjectExtending.AbpObjectExtendingModule
2023-04-26 15:31:05.946 +01:00 [INF]             - Volo.Abp.Localization.AbpLocalizationAbstractionsModule
2023-04-26 15:31:05.946 +01:00 [INF]             - Volo.Abp.Validation.AbpValidationAbstractionsModule
2023-04-26 15:31:05.946 +01:00 [INF]           - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule
2023-04-26 15:31:05.946 +01:00 [INF]       - Volo.Abp.Json.AbpJsonModule
2023-04-26 15:31:05.946 +01:00 [INF]         - Volo.Abp.Timing.AbpTimingModule
2023-04-26 15:31:05.946 +01:00 [INF]           - Volo.Abp.Localization.AbpLocalizationModule
2023-04-26 15:31:05.946 +01:00 [INF]             - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule
2023-04-26 15:31:05.946 +01:00 [INF]             - Volo.Abp.Settings.AbpSettingsModule
2023-04-26 15:31:05.946 +01:00 [INF]   - Volo.Abp.AspNetCore.Mvc.UI.Theme.Lepton.AbpAspNetCoreMvcUiLeptonThemeModule
2023-04-26 15:31:05.946 +01:00 [INF]     - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule
2023-04-26 15:31:05.946 +01:00 [INF]       - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule
2023-04-26 15:31:05.946 +01:00 [INF]         - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule
2023-04-26 15:31:05.946 +01:00 [INF]           - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule
2023-04-26 15:31:05.946 +01:00 [INF]             - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule
2023-04-26 15:31:05.946 +01:00 [INF]               - Volo.Abp.AspNetCore.AbpAspNetCoreModule
2023-04-26 15:31:05.946 +01:00 [INF]                 - Volo.Abp.Auditing.AbpAuditingModule
2023-04-26 15:31:05.946 +01:00 [INF]                   - Volo.Abp.Auditing.AbpAuditingContractsModule
2023-04-26 15:31:05.946 +01:00 [INF]                 - Volo.Abp.Http.AbpHttpModule
2023-04-26 15:31:05.946 +01:00 [INF]                   - Volo.Abp.Http.AbpHttpAbstractionsModule
2023-04-26 15:31:05.946 +01:00 [INF]                   - Volo.Abp.Minify.AbpMinifyModule
2023-04-26 15:31:05.946 +01:00 [INF]                 - Volo.Abp.Authorization.AbpAuthorizationModule
2023-04-26 15:31:05.946 +01:00 [INF]                   - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule
2023-04-26 15:31:05.946 +01:00 [INF]                 - Volo.Abp.Validation.AbpValidationModule
2023-04-26 15:31:05.946 +01:00 [INF]                 - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule
2023-04-26 15:31:05.946 +01:00 [INF]               - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule
2023-04-26 15:31:05.946 +01:00 [INF]               - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule
2023-04-26 15:31:05.946 +01:00 [INF]                 - Volo.Abp.Application.AbpDddApplicationContractsModule
2023-04-26 15:31:05.946 +01:00 [INF]               - Volo.Abp.UI.Navigation.AbpUiNavigationModule
2023-04-26 15:31:05.946 +01:00 [INF]                 - Volo.Abp.UI.AbpUiModule
2023-04-26 15:31:05.946 +01:00 [INF]               - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule
2023-04-26 15:31:05.946 +01:00 [INF]               - Volo.Abp.Application.AbpDddApplicationModule
2023-04-26 15:31:05.946 +01:00 [INF]                 - Volo.Abp.Domain.AbpDddDomainModule
2023-04-26 15:31:05.946 +01:00 [INF]                   - Volo.Abp.EventBus.AbpEventBusModule
2023-04-26 15:31:05.946 +01:00 [INF]                     - Volo.Abp.Guids.AbpGuidsModule
2023-04-26 15:31:05.946 +01:00 [INF]                     - Volo.Abp.BackgroundWorkers.AbpBackgroundWorkersModule
2023-04-26 15:31:05.946 +01:00 [INF]                     - Volo.Abp.DistributedLocking.AbpDistributedLockingAbstractionsModule
2023-04-26 15:31:05.946 +01:00 [INF]                   - Volo.Abp.ObjectMapping.AbpObjectMappingModule
2023-04-26 15:31:05.946 +01:00 [INF]                   - Volo.Abp.Specifications.AbpSpecificationsModule
2023-04-26 15:31:05.946 +01:00 [INF]                 - Volo.Abp.Features.AbpFeaturesModule
2023-04-26 15:31:05.946 +01:00 [INF]         - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule
2023-04-26 15:31:05.946 +01:00 [INF]           - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule
2023-04-26 15:31:05.946 +01:00 [INF]         - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule
2023-04-26 15:31:05.946 +01:00 [INF]           - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule
2023-04-26 15:31:05.946 +01:00 [INF]       - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule
2023-04-26 15:31:05.946 +01:00 [INF]     - Volo.Abp.AutoMapper.AbpAutoMapperModule
2023-04-26 15:31:05.946 +01:00 [INF]     - Volo.Abp.AspNetCore.Mvc.UI.Theme.Commercial.AbpAspNetCoreMvcUiThemeCommercialModule
2023-04-26 15:31:05.946 +01:00 [INF]     - Volo.Abp.LeptonTheme.Management.LeptonThemeManagementDomainSharedModule
2023-04-26 15:31:05.946 +01:00 [INF]   - Volo.Abp.Account.Web.AbpAccountPublicWebIdentityServerModule
2023-04-26 15:31:05.946 +01:00 [INF]     - Volo.Abp.Account.Public.Web.AbpAccountPublicWebModule
2023-04-26 15:31:05.946 +01:00 [INF]       - Volo.Abp.Emailing.AbpEmailingModule
2023-04-26 15:31:05.946 +01:00 [INF]         - Volo.Abp.BackgroundJobs.AbpBackgroundJobsAbstractionsModule
2023-04-26 15:31:05.946 +01:00 [INF]         - Volo.Abp.TextTemplating.AbpTextTemplatingModule
2023-04-26 15:31:05.946 +01:00 [INF]           - Volo.Abp.TextTemplating.Scriban.AbpTextTemplatingScribanModule
2023-04-26 15:31:05.946 +01:00 [INF]             - Volo.Abp.TextTemplating.AbpTextTemplatingCoreModule
2023-04-26 15:31:05.946 +01:00 [INF]       - Volo.Abp.Account.AbpAccountPublicApplicationContractsModule
2023-04-26 15:31:05.946 +01:00 [INF]         - Volo.Abp.Account.AbpAccountSharedApplicationContractsModule
2023-04-26 15:31:05.946 +01:00 [INF]           - Volo.Abp.Identity.AbpIdentityApplicationContractsModule
2023-04-26 15:31:05.946 +01:00 [INF]             - Volo.Abp.Identity.AbpIdentityProDomainSharedModule
2023-04-26 15:31:05.946 +01:00 [INF]               - Volo.Abp.Identity.AbpIdentityDomainSharedModule
2023-04-26 15:31:05.946 +01:00 [INF]                 - Volo.Abp.Users.AbpUsersDomainSharedModule
2023-04-26 15:31:05.946 +01:00 [INF]             - Volo.Abp.Users.AbpUsersAbstractionModule
2023-04-26 15:31:05.946 +01:00 [INF]             - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationContractsModule
2023-04-26 15:31:05.946 +01:00 [INF]               - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule
2023-04-26 15:31:05.946 +01:00 [INF]       - Volo.Abp.Sms.AbpSmsModule
2023-04-26 15:31:05.946 +01:00 [INF]       - Volo.Abp.Identity.AspNetCore.AbpIdentityAspNetCoreModule
2023-04-26 15:31:05.946 +01:00 [INF]         - Volo.Abp.Identity.AbpIdentityDomainModule
2023-04-26 15:31:05.946 +01:00 [INF]           - Volo.Abp.Users.AbpUsersDomainModule
2023-04-26 15:31:05.946 +01:00 [INF]       - Volo.Abp.Identity.AbpIdentityProDomainModule
2023-04-26 15:31:05.946 +01:00 [INF]         - Volo.Abp.Ldap.AbpLdapModule
2023-04-26 15:31:05.946 +01:00 [INF]         - Volo.Abp.Gdpr.AbpGdprAbstractionsModule
2023-04-26 15:31:05.946 +01:00 [INF]     - Volo.Abp.IdentityServer.AbpIdentityServerDomainModule
2023-04-26 15:31:05.946 +01:00 [INF]       - Volo.Abp.IdentityServer.AbpIdentityServerDomainSharedModule
2023-04-26 15:31:05.946 +01:00 [INF]   - Volo.Abp.Account.AbpAccountPublicApplicationModule
2023-04-26 15:31:05.946 +01:00 [INF]     - Volo.Abp.Account.AbpAccountSharedApplicationModule
2023-04-26 15:31:05.947 +01:00 [INF]       - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule
2023-04-26 15:31:05.947 +01:00 [INF]         - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule
2023-04-26 15:31:05.947 +01:00 [INF]     - Volo.Abp.BlobStoring.AbpBlobStoringModule
2023-04-26 15:31:05.947 +01:00 [INF]   - Volo.Abp.Account.AbpAccountPublicHttpApiModule
2023-04-26 15:31:05.947 +01:00 [INF]   - NB.Microservices.AdministrationService.EntityFrameworkCore.AdministrationServiceEntityFrameworkCoreModule
2023-04-26 15:31:05.947 +01:00 [INF]     - NB.Microservices.AdministrationService.AdministrationServiceDomainModule
2023-04-26 15:31:05.947 +01:00 [INF]       - NB.Microservices.AdministrationService.AdministrationServiceDomainSharedModule
2023-04-26 15:31:05.947 +01:00 [INF]         - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainSharedModule
2023-04-26 15:31:05.947 +01:00 [INF]         - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule
2023-04-26 15:31:05.947 +01:00 [INF]         - Volo.Abp.LanguageManagement.LanguageManagementDomainSharedModule
2023-04-26 15:31:05.947 +01:00 [INF]         - Volo.Abp.TextTemplateManagement.TextTemplateManagementDomainSharedModule
2023-04-26 15:31:05.947 +01:00 [INF]       - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule
2023-04-26 15:31:05.947 +01:00 [INF]       - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainModule
2023-04-26 15:31:05.947 +01:00 [INF]       - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule
2023-04-26 15:31:05.947 +01:00 [INF]       - Volo.Abp.LeptonTheme.Management.LeptonThemeManagementDomainModule
2023-04-26 15:31:05.947 +01:00 [INF]       - Volo.Abp.LanguageManagement.LanguageManagementDomainModule
2023-04-26 15:31:05.947 +01:00 [INF]       - Volo.Abp.TextTemplateManagement.TextTemplateManagementDomainModule
2023-04-26 15:31:05.947 +01:00 [INF]       - Volo.Abp.PermissionManagement.IdentityServer.AbpPermissionManagementDomainIdentityServerModule
2023-04-26 15:31:05.947 +01:00 [INF]       - Volo.Abp.PermissionManagement.Identity.AbpPermissionManagementDomainIdentityModule
2023-04-26 15:31:05.947 +01:00 [INF]     - Volo.Abp.EntityFrameworkCore.SqlServer.AbpEntityFrameworkCoreSqlServerModule
2023-04-26 15:31:05.947 +01:00 [INF]       - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule
2023-04-26 15:31:05.947 +01:00 [INF]     - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule
2023-04-26 15:31:05.947 +01:00 [INF]     - Volo.Abp.FeatureManagement.EntityFrameworkCore.AbpFeatureManagementEntityFrameworkCoreModule
2023-04-26 15:31:05.947 +01:00 [INF]     - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule
2023-04-26 15:31:05.947 +01:00 [INF]     - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule
2023-04-26 15:31:05.947 +01:00 [INF]     - Volo.Abp.BlobStoring.Database.EntityFrameworkCore.BlobStoringDatabaseEntityFrameworkCoreModule
2023-04-26 15:31:05.947 +01:00 [INF]       - Volo.Abp.BlobStoring.Database.BlobStoringDatabaseDomainModule
2023-04-26 15:31:05.947 +01:00 [INF]         - Volo.Abp.BlobStoring.Database.BlobStoringDatabaseDomainSharedModule
2023-04-26 15:31:05.947 +01:00 [INF]     - Volo.Abp.LanguageManagement.EntityFrameworkCore.LanguageManagementEntityFrameworkCoreModule
2023-04-26 15:31:05.947 +01:00 [INF]     - Volo.Abp.TextTemplateManagement.EntityFrameworkCore.TextTemplateManagementEntityFrameworkCoreModule
2023-04-26 15:31:05.947 +01:00 [INF]   - NB.Microservices.IdentityService.EntityFramework.IdentityServiceEntityFrameworkCoreModule
2023-04-26 15:31:05.947 +01:00 [INF]     - NB.Microservices.IdentityService.IdentityServiceDomainModule
2023-04-26 15:31:05.947 +01:00 [INF]       - NB.Microservices.IdentityService.IdentityServiceDomainSharedModule
2023-04-26 15:31:05.947 +01:00 [INF]     - Volo.Abp.Identity.EntityFrameworkCore.AbpIdentityProEntityFrameworkCoreModule
2023-04-26 15:31:05.947 +01:00 [INF]       - Volo.Abp.Identity.EntityFrameworkCore.AbpIdentityEntityFrameworkCoreModule
2023-04-26 15:31:05.947 +01:00 [INF]         - Volo.Abp.Users.EntityFrameworkCore.AbpUsersEntityFrameworkCoreModule
2023-04-26 15:31:05.947 +01:00 [INF]     - Volo.Abp.IdentityServer.EntityFrameworkCore.AbpIdentityServerEntityFrameworkCoreModule
2023-04-26 15:31:05.947 +01:00 [INF]   - NB.Microservices.SaasService.EntityFramework.SaasServiceEntityFrameworkCoreModule
2023-04-26 15:31:05.947 +01:00 [INF]     - NB.Microservices.SaasService.SaasServiceDomainModule
2023-04-26 15:31:05.947 +01:00 [INF]       - NB.Microservices.SaasService.SaasServiceDomainSharedModule
2023-04-26 15:31:05.947 +01:00 [INF]         - Volo.Saas.SaasDomainSharedModule
2023-04-26 15:31:05.947 +01:00 [INF]           - Volo.Payment.AbpPaymentDomainSharedModule
2023-04-26 15:31:05.947 +01:00 [INF]       - Volo.Saas.SaasDomainModule
2023-04-26 15:31:05.947 +01:00 [INF]       - Volo.Payment.AbpPaymentDomainModule
2023-04-26 15:31:05.947 +01:00 [INF]     - Volo.Saas.EntityFrameworkCore.SaasEntityFrameworkCoreModule
2023-04-26 15:31:05.947 +01:00 [INF]     - Volo.Payment.EntityFrameworkCore.AbpPaymentEntityFrameworkCoreModule
2023-04-26 15:31:05.947 +01:00 [INF]   - NB.Microservices.Shared.Hosting.AspNetCore.MicroservicesSharedHostingAspNetCoreModule
2023-04-26 15:31:05.947 +01:00 [INF]     - NB.Microservices.Shared.Hosting.MicroservicesSharedHostingModule
2023-04-26 15:31:05.947 +01:00 [INF]       - Volo.Abp.Autofac.AbpAutofacModule
2023-04-26 15:31:05.947 +01:00 [INF]         - Volo.Abp.Castle.AbpCastleCoreModule
2023-04-26 15:31:05.947 +01:00 [INF]     - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule
2023-04-26 15:31:05.947 +01:00 [INF]     - Volo.Abp.Swashbuckle.AbpSwashbuckleModule
2023-04-26 15:31:05.947 +01:00 [INF]   - NB.Microservices.MicroservicesSharedLocalizationModule
2023-04-26 15:31:06.064 +01:00 [DBG] Started background worker: Volo.Abp.IdentityServer.Tokens.TokenCleanupBackgroundWorker
2023-04-26 15:31:06.658 +01:00 [INF] Starting IdentityServer4 version 4.1.2+997a6cdd643e46cd5762b710c4ddc43574cbec2e
2023-04-26 15:31:07.392 +01:00 [INF] Using the default authentication scheme Identity.Application for IdentityServer
2023-04-26 15:31:07.392 +01:00 [DBG] Using Identity.Application as default ASP.NET Core scheme for authentication
2023-04-26 15:31:07.392 +01:00 [DBG] Using Identity.External as default ASP.NET Core scheme for sign-in
2023-04-26 15:31:07.392 +01:00 [DBG] Using Identity.External as default ASP.NET Core scheme for sign-out
2023-04-26 15:31:07.392 +01:00 [DBG] Using Identity.Application as default ASP.NET Core scheme for challenge
2023-04-26 15:31:07.392 +01:00 [DBG] Using Identity.Application as default ASP.NET Core scheme for forbid
2023-04-26 15:31:07.957 +01:00 [INF] Initialized all ABP modules.
2023-04-26 15:31:08.090 +01:00 [INF] Now listening on: https://localhost:44322
2023-04-26 15:31:08.090 +01:00 [INF] Application started. Press Ctrl+C to shut down.
2023-04-26 15:31:08.090 +01:00 [INF] Hosting environment: Development
2023-04-26 15:31:08.090 +01:00 [INF] Content root path: C:\Users\WildervanaMendes\source\repos\NB.Microservices\apps\auth-server\src\NB.Microservices.AuthServer\
2023-04-26 15:31:17.624 +01:00 [INF] Request starting HTTP/2 GET https://host.docker.internal:44322/metrics - -
2023-04-26 15:31:19.265 +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()
2023-04-26 15:31:19.340 +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()
2023-04-26 15:31:19.447 +01:00 [DBG] Login Url: /Account/Login
2023-04-26 15:31:19.447 +01:00 [DBG] Login Return Url Parameter: ReturnUrl
2023-04-26 15:31:19.447 +01:00 [DBG] Logout Url: /Account/Logout
2023-04-26 15:31:19.447 +01:00 [DBG] ConsentUrl Url: /Consent
2023-04-26 15:31:19.447 +01:00 [DBG] Consent Return Url Parameter: returnUrl
2023-04-26 15:31:19.447 +01:00 [DBG] Error Url: /Account/Error
2023-04-26 15:31:19.447 +01:00 [DBG] Error Id Parameter: errorId
2023-04-26 15:31:19.514 +01:00 [INF] Executing endpoint 'Prometheus metrics'
2023-04-26 15:31:19.547 +01:00 [INF] Executed endpoint 'Prometheus metrics'
2023-04-26 15:31:19.557 +01:00 [INF] Request finished HTTP/2 GET https://host.docker.internal:44322/metrics - - - 200 - text/plain;+version=0.0.4;+charset=utf-8 1933.5294ms
2023-04-26 15:31:32.552 +01:00 [INF] Request starting HTTP/2 GET https://host.docker.internal:44322/metrics - -
2023-04-26 15:31:32.556 +01:00 [INF] Executing endpoint 'Prometheus metrics'
2023-04-26 15:31:32.560 +01:00 [INF] Executed endpoint 'Prometheus metrics'
2023-04-26 15:31:32.561 +01:00 [INF] Request finished HTTP/2 GET https://host.docker.internal:44322/metrics - - - 200 - text/plain;+version=0.0.4;+charset=utf-8 9.0448ms
2023-04-26 15:31:47.547 +01:00 [INF] Request starting HTTP/2 GET https://host.docker.internal:44322/metrics - -
2023-04-26 15:31:47.552 +01:00 [INF] Executing endpoint 'Prometheus metrics'
2023-04-26 15:31:47.556 +01:00 [INF] Executed endpoint 'Prometheus metrics'
2023-04-26 15:31:47.557 +01:00 [INF] Request finished HTTP/2 GET https://host.docker.internal:44322/metrics - - - 200 - text/plain;+version=0.0.4;+charset=utf-8 9.4614ms
2023-04-26 15:32:02.548 +01:00 [INF] Request starting HTTP/2 GET https://host.docker.internal:44322/metrics - -
2023-04-26 15:32:02.558 +01:00 [INF] Executing endpoint 'Prometheus metrics'
2023-04-26 15:32:02.565 +01:00 [INF] Executed endpoint 'Prometheus metrics'
2023-04-26 15:32:02.566 +01:00 [INF] Request finished HTTP/2 GET https://host.docker.internal:44322/metrics - - - 200 - text/plain;+version=0.0.4;+charset=utf-8 17.5379ms
2023-04-26 15:32:17.545 +01:00 [INF] Request starting HTTP/2 GET https://host.docker.internal:44322/metrics - -
2023-04-26 15:32:17.547 +01:00 [INF] Executing endpoint 'Prometheus metrics'
2023-04-26 15:32:17.550 +01:00 [INF] Executed endpoint 'Prometheus metrics'
2023-04-26 15:32:17.551 +01:00 [INF] Request finished HTTP/2 GET https://host.docker.internal:44322/metrics - - - 200 - text/plain;+version=0.0.4;+charset=utf-8 5.7396ms
2023-04-26 15:32:32.549 +01:00 [INF] Request starting HTTP/2 GET https://host.docker.internal:44322/metrics - -
2023-04-26 15:32:32.552 +01:00 [INF] Executing endpoint 'Prometheus metrics'
2023-04-26 15:32:32.555 +01:00 [INF] Executed endpoint 'Prometheus metrics'
2023-04-26 15:32:32.556 +01:00 [INF] Request finished HTTP/2 GET https://host.docker.internal:44322/metrics - - - 200 - text/plain;+version=0.0.4;+charset=utf-8 6.9296ms
2023-04-26 15:32:47.548 +01:00 [INF] Request starting HTTP/2 GET https://host.docker.internal:44322/metrics - -
2023-04-26 15:32:47.554 +01:00 [INF] Executing endpoint 'Prometheus metrics'
2023-04-26 15:32:47.561 +01:00 [INF] Executed endpoint 'Prometheus metrics'
2023-04-26 15:32:47.561 +01:00 [INF] Request finished HTTP/2 GET https://host.docker.internal:44322/metrics - - - 200 - text/plain;+version=0.0.4;+charset=utf-8 13.8211ms
2023-04-26 15:33:02.547 +01:00 [INF] Request starting HTTP/2 GET https://host.docker.internal:44322/metrics - -
2023-04-26 15:33:02.552 +01:00 [INF] Executing endpoint 'Prometheus metrics'
2023-04-26 15:33:02.555 +01:00 [INF] Executed endpoint 'Prometheus metrics'
2023-04-26 15:33:02.555 +01:00 [INF] Request finished HTTP/2 GET https://host.docker.internal:44322/metrics - - - 200 - text/plain;+version=0.0.4;+charset=utf-8 8.3799ms
2023-04-26 15:33:17.545 +01:00 [INF] Request starting HTTP/2 GET https://host.docker.internal:44322/metrics - -
2023-04-26 15:33:17.549 +01:00 [INF] Executing endpoint 'Prometheus metrics'
2023-04-26 15:33:17.552 +01:00 [INF] Executed endpoint 'Prometheus metrics'
2023-04-26 15:33:17.552 +01:00 [INF] Request finished HTTP/2 GET https://host.docker.internal:44322/metrics - - - 200 - text/plain;+version=0.0.4;+charset=utf-8 7.1231ms
2023-04-26 15:33:32.547 +01:00 [INF] Request starting HTTP/2 GET https://host.docker.internal:44322/metrics - -
2023-04-26 15:33:32.552 +01:00 [INF] Executing endpoint 'Prometheus metrics'
2023-04-26 15:33:32.556 +01:00 [INF] Executed endpoint 'Prometheus metrics'
2023-04-26 15:33:32.556 +01:00 [INF] Request finished HTTP/2 GET https://host.docker.internal:44322/metrics - - - 200 - text/plain;+version=0.0.4;+charset=utf-8 8.7057ms
2023-04-26 15:33:47.546 +01:00 [INF] Request starting HTTP/2 GET https://host.docker.internal:44322/metrics - -
2023-04-26 15:33:47.550 +01:00 [INF] Executing endpoint 'Prometheus metrics'
2023-04-26 15:33:47.553 +01:00 [INF] Executed endpoint 'Prometheus metrics'
2023-04-26 15:33:47.553 +01:00 [INF] Request finished HTTP/2 GET https://host.docker.internal:44322/metrics - - - 200 - text/plain;+version=0.0.4;+charset=utf-8 7.2563ms
2023-04-26 15:34:02.549 +01:00 [INF] Request starting HTTP/2 GET https://host.docker.internal:44322/metrics - -
2023-04-26 15:34:02.556 +01:00 [INF] Executing endpoint 'Prometheus metrics'
2023-04-26 15:34:02.559 +01:00 [INF] Executed endpoint 'Prometheus metrics'
2023-04-26 15:34:02.559 +01:00 [INF] Request finished HTTP/2 GET https://host.docker.internal:44322/metrics - - - 200 - text/plain;+version=0.0.4;+charset=utf-8 10.5381ms
2023-04-26 15:34:05.512 +01:00 [INF] Request starting HTTP/2 GET https://localhost:44322/ - -
2023-04-26 15:34:09.491 +01:00 [INF] Executing endpoint '/Index'
2023-04-26 15:34:09.504 +01:00 [INF] Route matched with {page = "/Index", area = "", action = "", controller = ""}. Executing page /Index
2023-04-26 15:34:09.505 +01:00 [INF] Skipping the execution of current filter as its not the most effective filter implementing the policy Microsoft.AspNetCore.Mvc.ViewFeatures.IAntiforgeryPolicy
2023-04-26 15:34:09.522 +01:00 [INF] Executing handler method NB.Microservices.AuthServer.Pages.IndexModel.OnGet - ModelState is "Valid"
2023-04-26 15:34:09.522 +01:00 [INF] Executed handler method OnGet, returned result Microsoft.AspNetCore.Mvc.RedirectResult.
2023-04-26 15:34:09.525 +01:00 [INF] Executing RedirectResult, redirecting to /Account/Login.
2023-04-26 15:34:09.528 +01:00 [INF] Executed page /Index in 20.992ms
2023-04-26 15:34:09.528 +01:00 [INF] Executed endpoint '/Index'
2023-04-26 15:34:09.531 +01:00 [INF] Request finished HTTP/2 GET https://localhost:44322/ - - - 302 0 - 4018.3137ms
2023-04-26 15:34:09.536 +01:00 [INF] Request starting HTTP/2 GET https://localhost:44322/Account/Login - -
2023-04-26 15:34:09.542 +01:00 [INF] Executing endpoint '/Account/Login'
2023-04-26 15:34:09.557 +01:00 [INF] Route matched with {page = "/Account/Login", area = "", action = "", controller = ""}. Executing page /Account/Login
2023-04-26 15:34:09.557 +01:00 [INF] Skipping the execution of current filter as its not the most effective filter implementing the policy Microsoft.AspNetCore.Mvc.ViewFeatures.IAntiforgeryPolicy
2023-04-26 15:34:09.898 +01:00 [INF] Executing handler method Volo.Abp.Account.Public.Web.Pages.Account.LoginModel.OnGetAsync - ModelState is "Valid"
2023-04-26 15:34:09.987 +01:00 [INF] Executed handler method OnGetAsync, returned result Microsoft.AspNetCore.Mvc.RazorPages.PageResult.
2023-04-26 15:34:09.992 +01:00 [DBG] Added 0 entity changes to the current audit log
2023-04-26 15:34:10.279 +01:00 [DBG] Added bundle 'Lepton.Global' to the page in 17.52 ms.
2023-04-26 15:34:10.326 +01:00 [DBG] Added bundle 'Lepton.Global' to the page in 9.51 ms.
2023-04-26 15:34:10.334 +01:00 [INF] Executed page /Account/Login in 777.0254ms
2023-04-26 15:34:10.334 +01:00 [INF] Executed endpoint '/Account/Login'
2023-04-26 15:34:10.353 +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()
2023-04-26 15:34:10.361 +01:00 [INF] Request starting HTTP/2 GET https://localhost:44322/Abp/ApplicationConfigurationScript - -
2023-04-26 15:34:10.364 +01:00 [INF] Executing endpoint 'Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationScriptController.Get (Volo.Abp.AspNetCore.Mvc)'
2023-04-26 15:34:10.367 +01:00 [INF] Request starting HTTP/2 GET https://localhost:44322/Abp/ServiceProxyScript - -
2023-04-26 15:34:10.367 +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()
2023-04-26 15:34:10.374 +01:00 [INF] Route matched with {area = "Abp", action = "Get", controller = "AbpApplicationConfigurationScript", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] Get() on controller Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationScriptController (Volo.Abp.AspNetCore.Mvc).
2023-04-26 15:34:10.375 +01:00 [INF] Executing endpoint 'Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController.GetAll (Volo.Abp.AspNetCore.Mvc)'
2023-04-26 15:34:10.378 +01:00 [INF] Request finished HTTP/2 GET https://localhost:44322/Account/Login - - - 200 - text/html;+charset=utf-8 841.9411ms
2023-04-26 15:34:10.382 +01:00 [INF] Route matched with {area = "Abp", action = "GetAll", controller = "AbpServiceProxyScript", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult GetAll(Volo.Abp.AspNetCore.Mvc.ProxyScripting.ServiceProxyGenerationModel) on controller Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController (Volo.Abp.AspNetCore.Mvc).
2023-04-26 15:34:10.389 +01:00 [INF] Executing action method Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationScriptController.Get (Volo.Abp.AspNetCore.Mvc) - Validation state: "Valid"
2023-04-26 15:34:10.392 +01:00 [INF] Executing action method Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController.GetAll (Volo.Abp.AspNetCore.Mvc) - Validation state: "Valid"
2023-04-26 15:34:10.392 +01:00 [DBG] Executing AbpApplicationConfigurationAppService.GetAsync()...
2023-04-26 15:34:10.438 +01:00 [DBG] ActionApiDescriptionModel.Create: Account.RegisterAsyncByInput
2023-04-26 15:34:10.444 +01:00 [DBG] ActionApiDescriptionModel.Create: Account.SendPasswordResetCodeAsyncByInput
2023-04-26 15:34:10.444 +01:00 [DBG] ActionApiDescriptionModel.Create: Account.ResetPasswordAsyncByInput
2023-04-26 15:34:10.444 +01:00 [DBG] ActionApiDescriptionModel.Create: Account.GetConfirmationStateAsyncById
2023-04-26 15:34:10.444 +01:00 [DBG] ActionApiDescriptionModel.Create: Account.SendPhoneNumberConfirmationTokenAsyncByInput
2023-04-26 15:34:10.444 +01:00 [DBG] ActionApiDescriptionModel.Create: Account.SendEmailConfirmationTokenAsyncByInput
2023-04-26 15:34:10.445 +01:00 [DBG] ActionApiDescriptionModel.Create: Account.ConfirmPhoneNumberAsyncByInput
2023-04-26 15:34:10.445 +01:00 [DBG] ActionApiDescriptionModel.Create: Account.ConfirmEmailAsyncByInput
2023-04-26 15:34:10.445 +01:00 [DBG] ActionApiDescriptionModel.Create: Account.SetProfilePictureAsyncByInput
2023-04-26 15:34:10.445 +01:00 [DBG] ActionApiDescriptionModel.Create: Account.GetProfilePictureAsyncById
2023-04-26 15:34:10.445 +01:00 [DBG] ActionApiDescriptionModel.Create: Account.GetTwoFactorProvidersAsyncByInput
2023-04-26 15:34:10.446 +01:00 [DBG] ActionApiDescriptionModel.Create: Account.SendTwoFactorCodeAsyncByInput
2023-04-26 15:34:10.446 +01:00 [DBG] ActionApiDescriptionModel.Create: Account.GetSecurityLogListAsyncByInput
2023-04-26 15:34:10.446 +01:00 [DBG] ActionApiDescriptionModel.Create: Account.GetProfilePictureFileAsyncById
2023-04-26 15:34:10.446 +01:00 [DBG] ActionApiDescriptionModel.Create: Account.RecaptchaByCaptchaResponse
2023-04-26 15:34:10.446 +01:00 [DBG] ActionApiDescriptionModel.Create: Account.LoginByLogin
2023-04-26 15:34:10.447 +01:00 [DBG] ActionApiDescriptionModel.Create: Account.LinkLoginByLogin
2023-04-26 15:34:10.447 +01:00 [DBG] ActionApiDescriptionModel.Create: Account.Logout
2023-04-26 15:34:10.447 +01:00 [DBG] ActionApiDescriptionModel.Create: Account.CheckPasswordByLogin
2023-04-26 15:34:10.447 +01:00 [DBG] ActionApiDescriptionModel.Create: AccountExternalProvider.GetAllAsync
2023-04-26 15:34:10.447 +01:00 [DBG] ActionApiDescriptionModel.Create: AccountExternalProvider.GetByNameAsyncByInput
2023-04-26 15:34:10.447 +01:00 [DBG] ActionApiDescriptionModel.Create: IdentityLinkUser.LinkAsyncByInput
2023-04-26 15:34:10.448 +01:00 [DBG] ActionApiDescriptionModel.Create: IdentityLinkUser.UnlinkAsyncByInput
2023-04-26 15:34:10.448 +01:00 [DBG] ActionApiDescriptionModel.Create: IdentityLinkUser.IsLinkedAsyncByInput
2023-04-26 15:34:10.448 +01:00 [DBG] ActionApiDescriptionModel.Create: IdentityLinkUser.GenerateLinkTokenAsync
2023-04-26 15:34:10.448 +01:00 [DBG] ActionApiDescriptionModel.Create: IdentityLinkUser.VerifyLinkTokenAsyncByInput
2023-04-26 15:34:10.448 +01:00 [DBG] ActionApiDescriptionModel.Create: IdentityLinkUser.GenerateLinkLoginTokenAsync
2023-04-26 15:34:10.448 +01:00 [DBG] ActionApiDescriptionModel.Create: IdentityLinkUser.VerifyLinkLoginTokenAsyncByInput
2023-04-26 15:34:10.448 +01:00 [DBG] ActionApiDescriptionModel.Create: IdentityLinkUser.GetAllListAsync
2023-04-26 15:34:10.448 +01:00 [DBG] ActionApiDescriptionModel.Create: Profile.GetAsync
2023-04-26 15:34:10.448 +01:00 [DBG] ActionApiDescriptionModel.Create: Profile.UpdateAsyncByInput
2023-04-26 15:34:10.448 +01:00 [DBG] ActionApiDescriptionModel.Create: Profile.ChangePasswordAsyncByInput
2023-04-26 15:34:10.449 +01:00 [DBG] ActionApiDescriptionModel.Create: Profile.GetTwoFactorEnabledAsync
2023-04-26 15:34:10.449 +01:00 [DBG] ActionApiDescriptionModel.Create: Profile.SetTwoFactorEnabledAsyncByEnabled
2023-04-26 15:34:10.449 +01:00 [DBG] ActionApiDescriptionModel.Create: AbpTenant.FindTenantByNameAsyncByName
2023-04-26 15:34:10.449 +01:00 [DBG] ActionApiDescriptionModel.Create: AbpTenant.FindTenantByIdAsyncById
2023-04-26 15:34:10.449 +01:00 [DBG] ActionApiDescriptionModel.Create: AbpApplicationConfiguration.GetAsync
2023-04-26 15:34:10.449 +01:00 [DBG] ActionApiDescriptionModel.Create: AbpApiDefinition.GetByModel
2023-04-26 15:34:10.460 +01:00 [INF] Executed action method Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController.GetAll (Volo.Abp.AspNetCore.Mvc), returned result Microsoft.AspNetCore.Mvc.ContentResult in 62.3416ms.
2023-04-26 15:34:10.462 +01:00 [INF] Executing ContentResult with HTTP Response ContentType of application/javascript
2023-04-26 15:34:10.463 +01:00 [INF] Executed action Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController.GetAll (Volo.Abp.AspNetCore.Mvc) in 80.7004ms
2023-04-26 15:34:10.463 +01:00 [INF] Executed endpoint 'Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController.GetAll (Volo.Abp.AspNetCore.Mvc)'
2023-04-26 15:34:10.463 +01:00 [INF] Request finished HTTP/2 GET https://localhost:44322/Abp/ServiceProxyScript - - - 200 162 application/javascript 96.3476ms
2023-04-26 15:34:10.943 +01:00 [DBG] Executed AbpApplicationConfigurationAppService.GetAsync().
2023-04-26 15:34:10.961 +01:00 [INF] Executed action method Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationScriptController.Get (Volo.Abp.AspNetCore.Mvc), returned result Microsoft.AspNetCore.Mvc.ContentResult in 572.2032ms.
2023-04-26 15:34:10.963 +01:00 [DBG] Added 0 entity changes to the current audit log
2023-04-26 15:34:10.964 +01:00 [INF] Executing ContentResult with HTTP Response ContentType of application/javascript
2023-04-26 15:34:10.965 +01:00 [INF] Executed action Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationScriptController.Get (Volo.Abp.AspNetCore.Mvc) in 591.7765ms
2023-04-26 15:34:10.965 +01:00 [INF] Executed endpoint 'Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationScriptController.Get (Volo.Abp.AspNetCore.Mvc)'
2023-04-26 15:34:10.968 +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()
2023-04-26 15:34:10.976 +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()
2023-04-26 15:34:10.982 +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()
2023-04-26 15:34:10.982 +01:00 [INF] Request finished HTTP/2 GET https://localhost:44322/Abp/ApplicationConfigurationScript - - - 200 125329 application/javascript 620.4693ms
2023-04-26 15:34:17.548 +01:00 [INF] Request starting HTTP/2 GET https://host.docker.internal:44322/metrics - -
2023-04-26 15:34:17.556 +01:00 [INF] Executing endpoint 'Prometheus metrics'
2023-04-26 15:34:17.576 +01:00 [INF] Executed endpoint 'Prometheus metrics'
2023-04-26 15:34:17.577 +01:00 [INF] Request finished HTTP/2 GET https://host.docker.internal:44322/metrics - - - 200 - text/plain;+version=0.0.4;+charset=utf-8 28.6175ms
2023-04-26 15:34:26.939 +01:00 [INF] Request starting HTTP/2 POST https://localhost:44322/Account/Login application/x-www-form-urlencoded 290
2023-04-26 15:34:26.948 +01:00 [INF] CORS policy execution failed.
2023-04-26 15:34:26.948 +01:00 [INF] Request origin https://localhost:44322 does not have permission to access the resource.
2023-04-26 15:34:26.952 +01:00 [INF] No CORS policy found for the specified request.
2023-04-26 15:34:26.953 +01:00 [INF] Executing endpoint '/Account/Login'
2023-04-26 15:34:26.953 +01:00 [INF] Route matched with {page = "/Account/Login", area = "", action = "", controller = ""}. Executing page /Account/Login
2023-04-26 15:34:26.953 +01:00 [INF] Skipping the execution of current filter as its not the most effective filter implementing the policy Microsoft.AspNetCore.Mvc.ViewFeatures.IAntiforgeryPolicy
2023-04-26 15:34:26.969 +01:00 [INF] Executing handler method Volo.Abp.Account.Public.Web.Pages.Account.LoginModel.OnPostAsync - ModelState is "Valid"
2023-04-26 15:34:27.016 +01:00 [INF] Try to use LDAP for external authentication
2023-04-26 15:34:27.021 +01:00 [WRN] Ldap login feature is not enabled!
2023-04-26 15:34:27.024 +01:00 [INF] Try to use OAUTH for external authentication
2023-04-26 15:34:27.025 +01:00 [WRN] OAuth login feature is not enabled!
2023-04-26 15:34:27.397 +01:00 [DBG] Added 0 entity changes to the current audit log
2023-04-26 15:34:27.407 +01:00 [DBG] Added 0 entity changes to the current audit log
2023-04-26 15:34:27.409 +01:00 [INF] Executed handler method OnPostAsync, returned result Microsoft.AspNetCore.Mvc.RazorPages.PageResult.
2023-04-26 15:34:27.410 +01:00 [DBG] Added 0 entity changes to the current audit log
2023-04-26 15:34:27.410 +01:00 [DBG] Added 0 entity changes to the current audit log
2023-04-26 15:34:27.458 +01:00 [DBG] Added bundle 'Lepton.Global' to the page in 1.13 ms.
2023-04-26 15:34:27.469 +01:00 [DBG] Added bundle 'Lepton.Global' to the page in 3.63 ms.
2023-04-26 15:34:27.470 +01:00 [INF] Executed page /Account/Login in 517.1754ms
2023-04-26 15:34:27.470 +01:00 [INF] Executed endpoint '/Account/Login'
2023-04-26 15:34:27.470 +01:00 [DBG] Added 0 entity changes to the current audit log
2023-04-26 15:34:27.470 +01:00 [DBG] Added 0 entity changes to the current audit log
2023-04-26 15:34:27.486 +01:00 [INF] Request starting HTTP/2 GET https://localhost:44322/Abp/ApplicationConfigurationScript - -
2023-04-26 15:34:27.488 +01:00 [INF] Request starting HTTP/2 GET https://localhost:44322/Abp/ServiceProxyScript - -
2023-04-26 15:34:27.489 +01:00 [INF] Executing endpoint 'Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationScriptController.Get (Volo.Abp.AspNetCore.Mvc)'
2023-04-26 15:34:27.489 +01:00 [INF] Route matched with {area = "Abp", action = "Get", controller = "AbpApplicationConfigurationScript", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] Get() on controller Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationScriptController (Volo.Abp.AspNetCore.Mvc).
2023-04-26 15:34:27.490 +01:00 [INF] Executing action method Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationScriptController.Get (Volo.Abp.AspNetCore.Mvc) - Validation state: "Valid"
2023-04-26 15:34:27.490 +01:00 [INF] Executing endpoint 'Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController.GetAll (Volo.Abp.AspNetCore.Mvc)'
2023-04-26 15:34:27.491 +01:00 [INF] Route matched with {area = "Abp", action = "GetAll", controller = "AbpServiceProxyScript", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult GetAll(Volo.Abp.AspNetCore.Mvc.ProxyScripting.ServiceProxyGenerationModel) on controller Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController (Volo.Abp.AspNetCore.Mvc).
2023-04-26 15:34:27.491 +01:00 [DBG] Executing AbpApplicationConfigurationAppService.GetAsync()...
2023-04-26 15:34:27.491 +01:00 [INF] Executing action method Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController.GetAll (Volo.Abp.AspNetCore.Mvc) - Validation state: "Valid"
2023-04-26 15:34:27.493 +01:00 [INF] Executed action method Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController.GetAll (Volo.Abp.AspNetCore.Mvc), returned result Microsoft.AspNetCore.Mvc.ContentResult in 1.2579ms.
2023-04-26 15:34:27.493 +01:00 [INF] Executing ContentResult with HTTP Response ContentType of application/javascript
2023-04-26 15:34:27.493 +01:00 [INF] Executed action Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController.GetAll (Volo.Abp.AspNetCore.Mvc) in 2.3693ms
2023-04-26 15:34:27.493 +01:00 [INF] Executed endpoint 'Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController.GetAll (Volo.Abp.AspNetCore.Mvc)'
2023-04-26 15:34:27.493 +01:00 [INF] Request finished HTTP/2 GET https://localhost:44322/Abp/ServiceProxyScript - - - 200 162 application/javascript 5.6060ms
2023-04-26 15:34:27.600 +01:00 [DBG] Added 0 entity changes to the current audit log
2023-04-26 15:34:27.600 +01:00 [DBG] Added 0 entity changes to the current audit log
2023-04-26 15:34:27.614 +01:00 [DBG] Executed AbpApplicationConfigurationAppService.GetAsync().
2023-04-26 15:34:27.619 +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.&lt;&gt;c__DisplayClass54_0.&lt;&lt;SetManyAsync&gt;g__SetRealCache|0>d.MoveNext()
2023-04-26 15:34:27.623 +01:00 [INF] Executed action method Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationScriptController.Get (Volo.Abp.AspNetCore.Mvc), returned result Microsoft.AspNetCore.Mvc.ContentResult in 133.0892ms.
2023-04-26 15:34:27.624 +01:00 [DBG] Added 0 entity changes to the current audit log
2023-04-26 15:34:27.624 +01:00 [INF] Executing ContentResult with HTTP Response ContentType of application/javascript
2023-04-26 15:34:27.629 +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.&lt;&gt;c__DisplayClass54_0.&lt;&lt;SetManyAsync&gt;g__SetRealCache|0>d.MoveNext()
2023-04-26 15:34:27.631 +01:00 [INF] Executed action Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationScriptController.Get (Volo.Abp.AspNetCore.Mvc) in 142.2987ms
2023-04-26 15:34:27.631 +01:00 [INF] Executed endpoint 'Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationScriptController.Get (Volo.Abp.AspNetCore.Mvc)'
2023-04-26 15:34:27.632 +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.&lt;&gt;c__DisplayClass54_0.&lt;&lt;SetManyAsync&gt;g__SetRealCache|0>d.MoveNext()
2023-04-26 15:34:27.633 +01:00 [INF] Request finished HTTP/2 POST https://localhost:44322/Account/Login application/x-www-form-urlencoded 290 - 200 - text/html;+charset=utf-8 693.8984ms
2023-04-26 15:34:27.634 +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.&lt;&gt;c__DisplayClass54_0.&lt;&lt;SetManyAsync&gt;g__SetRealCache|0>d.MoveNext()
2023-04-26 15:34:27.641 +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.&lt;&gt;c__DisplayClass54_0.&lt;&lt;SetManyAsync&gt;g__SetRealCache|0>d.MoveNext()
2023-04-26 15:34:27.647 +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.&lt;&gt;c__DisplayClass54_0.&lt;&lt;SetManyAsync&gt;g__SetRealCache|0>d.MoveNext()
2023-04-26 15:34:27.647 +01:00 [INF] Request finished HTTP/2 GET https://localhost:44322/Abp/ApplicationConfigurationScript - - - 200 125329 application/javascript 161.6794ms
2023-04-26 15:34:32.545 +01:00 [INF] Request starting HTTP/2 GET https://host.docker.internal:44322/metrics - -
2023-04-26 15:34:32.547 +01:00 [INF] Executing endpoint 'Prometheus metrics'
2023-04-26 15:34:32.553 +01:00 [INF] Executed endpoint 'Prometheus metrics'
2023-04-26 15:34:32.553 +01:00 [INF] Request finished HTTP/2 GET https://host.docker.internal:44322/metrics - - - 200 - text/plain;+version=0.0.4;+charset=utf-8 8.5520ms

Hi,

I made suggested redis package change but it still doesn't solve tenant. When user doesn't have a tenant defined I can to do log in, if there is a tenant it give the same error of invalid credentials

<br>

2023-04-27 10:39:31.298 +01:00 [INF] Starting NB.Microservices.AuthServer. 2023-04-27 10:39:47.480 +01:00 [INF] Loaded ABP modules: 2023-04-27 10:39:47.482 +01:00 [INF] - NB.Microservices.AuthServer.MicroservicesAuthServerModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.AspNetCore.Authentication.JwtBearer.AbpAspNetCoreAuthenticationJwtBearerModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.Security.AbpSecurityModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Lepton.AbpAspNetCoreMvcUiLeptonThemeModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.Data.AbpDataModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.Json.AbpJsonModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.Timing.AbpTimingModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.Settings.AbpSettingsModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.Threading.AbpThreadingModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.Auditing.AbpAuditingContractsModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.Http.AbpHttpModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.Minify.AbpMinifyModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.Validation.AbpValidationModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.UI.AbpUiModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.Guids.AbpGuidsModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.BackgroundWorkers.AbpBackgroundWorkersModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.DistributedLocking.AbpDistributedLockingAbstractionsModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.Specifications.AbpSpecificationsModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.Features.AbpFeaturesModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Commercial.AbpAspNetCoreMvcUiThemeCommercialModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.LeptonTheme.Management.LeptonThemeManagementDomainSharedModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.Account.Web.AbpAccountPublicWebIdentityServerModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.Account.Public.Web.AbpAccountPublicWebModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.Emailing.AbpEmailingModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsAbstractionsModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.TextTemplating.Scriban.AbpTextTemplatingScribanModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.TextTemplating.AbpTextTemplatingCoreModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.Account.AbpAccountPublicApplicationContractsModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.Account.AbpAccountSharedApplicationContractsModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationContractsModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.Identity.AbpIdentityProDomainSharedModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainSharedModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.Users.AbpUsersDomainSharedModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.Users.AbpUsersAbstractionModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationContractsModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.Sms.AbpSmsModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.Identity.AspNetCore.AbpIdentityAspNetCoreModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.Users.AbpUsersDomainModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.Identity.AbpIdentityProDomainModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.Ldap.AbpLdapModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.Caching.AbpCachingModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.Gdpr.AbpGdprAbstractionsModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainSharedModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.Account.AbpAccountPublicApplicationModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.Account.AbpAccountSharedApplicationModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.BlobStoring.AbpBlobStoringModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.Account.AbpAccountPublicHttpApiModule 2023-04-27 10:39:47.482 +01:00 [INF] - NB.Microservices.AdministrationService.EntityFrameworkCore.AdministrationServiceEntityFrameworkCoreModule 2023-04-27 10:39:47.482 +01:00 [INF] - NB.Microservices.AdministrationService.AdministrationServiceDomainModule 2023-04-27 10:39:47.482 +01:00 [INF] - NB.Microservices.AdministrationService.AdministrationServiceDomainSharedModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainSharedModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.LanguageManagement.LanguageManagementDomainSharedModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.TextTemplateManagement.TextTemplateManagementDomainSharedModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.LeptonTheme.Management.LeptonThemeManagementDomainModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.LanguageManagement.LanguageManagementDomainModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.TextTemplateManagement.TextTemplateManagementDomainModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.PermissionManagement.IdentityServer.AbpPermissionManagementDomainIdentityServerModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.PermissionManagement.Identity.AbpPermissionManagementDomainIdentityModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.EntityFrameworkCore.SqlServer.AbpEntityFrameworkCoreSqlServerModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.FeatureManagement.EntityFrameworkCore.AbpFeatureManagementEntityFrameworkCoreModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.BlobStoring.Database.EntityFrameworkCore.BlobStoringDatabaseEntityFrameworkCoreModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.BlobStoring.Database.BlobStoringDatabaseDomainModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.BlobStoring.Database.BlobStoringDatabaseDomainSharedModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.LanguageManagement.EntityFrameworkCore.LanguageManagementEntityFrameworkCoreModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.TextTemplateManagement.EntityFrameworkCore.TextTemplateManagementEntityFrameworkCoreModule 2023-04-27 10:39:47.482 +01:00 [INF] - NB.Microservices.IdentityService.EntityFramework.IdentityServiceEntityFrameworkCoreModule 2023-04-27 10:39:47.482 +01:00 [INF] - NB.Microservices.IdentityService.IdentityServiceDomainModule 2023-04-27 10:39:47.482 +01:00 [INF] - NB.Microservices.IdentityService.IdentityServiceDomainSharedModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.Identity.EntityFrameworkCore.AbpIdentityProEntityFrameworkCoreModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.Identity.EntityFrameworkCore.AbpIdentityEntityFrameworkCoreModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.Users.EntityFrameworkCore.AbpUsersEntityFrameworkCoreModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.IdentityServer.EntityFrameworkCore.AbpIdentityServerEntityFrameworkCoreModule 2023-04-27 10:39:47.482 +01:00 [INF] - NB.Microservices.SaasService.EntityFramework.SaasServiceEntityFrameworkCoreModule 2023-04-27 10:39:47.482 +01:00 [INF] - NB.Microservices.SaasService.SaasServiceDomainModule 2023-04-27 10:39:47.482 +01:00 [INF] - NB.Microservices.SaasService.SaasServiceDomainSharedModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Saas.SaasDomainSharedModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Payment.AbpPaymentDomainSharedModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Saas.SaasDomainModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Payment.AbpPaymentDomainModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Saas.EntityFrameworkCore.SaasEntityFrameworkCoreModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Payment.EntityFrameworkCore.AbpPaymentEntityFrameworkCoreModule 2023-04-27 10:39:47.482 +01:00 [INF] - NB.Microservices.Shared.Hosting.AspNetCore.MicroservicesSharedHostingAspNetCoreModule 2023-04-27 10:39:47.482 +01:00 [INF] - NB.Microservices.Shared.Hosting.MicroservicesSharedHostingModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule 2023-04-27 10:39:47.482 +01:00 [INF] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule 2023-04-27 10:39:47.482 +01:00 [INF] - NB.Microservices.MicroservicesSharedLocalizationModule 2023-04-27 10:39:47.584 +01:00 [DBG] Started background worker: Volo.Abp.IdentityServer.Tokens.TokenCleanupBackgroundWorker 2023-04-27 10:39:48.429 +01:00 [INF] Starting IdentityServer4 version 4.1.2+997a6cdd643e46cd5762b710c4ddc43574cbec2e 2023-04-27 10:39:49.093 +01:00 [INF] Using the default authentication scheme Identity.Application for IdentityServer 2023-04-27 10:39:49.093 +01:00 [DBG] Using Identity.Application as default ASP.NET Core scheme for authentication 2023-04-27 10:39:49.094 +01:00 [DBG] Using Identity.External as default ASP.NET Core scheme for sign-in 2023-04-27 10:39:49.094 +01:00 [DBG] Using Identity.External as default ASP.NET Core scheme for sign-out 2023-04-27 10:39:49.094 +01:00 [DBG] Using Identity.Application as default ASP.NET Core scheme for challenge 2023-04-27 10:39:49.094 +01:00 [DBG] Using Identity.Application as default ASP.NET Core scheme for forbid 2023-04-27 10:39:50.323 +01:00 [INF] Initialized all ABP modules. 2023-04-27 10:39:50.458 +01:00 [INF] Now listening on: https://localhost:44322 2023-04-27 10:39:50.458 +01:00 [INF] Application started. Press Ctrl+C to shut down. 2023-04-27 10:39:50.458 +01:00 [INF] Hosting environment: Development

Showing 21 to 30 of 38 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.0.0-preview. Updated on July 09, 2025, 06:20