Open Closed

I can't run Web solution after packing dependent projects contract' project to Azure Artifacts and use these nuget packages in Web solution #8554


User avatar
0
consultant.ahmet.ulusoy created
  • ABP Framework version: v9.0.2

  • UI Type: MVC

  • Database System: EF Core (PostgreSQL)

  • Tiered (for MVC) or Auth Server Separated (for Angular): yes

  • Exception message and full stack trace:Abp can't find client proxies and dependent microservice contract localization files

  • Steps to reproduce the issue: Create a nuget package from microservice solution which is name TavTechnologies.Octopus.AdministrationService.Contracts and use nuget package on TavTechnologies.Octopus.Web solution. I upload the packages to Azure Artifacts.

I had to create a nuget package for TavTechnologies.Octopus.AdministrationService.Contracts and use this nuget package in TavTechnologies.Octopus.Web solution. After that web project started to behave unproperly. So, as i understand, I missed the pack some files maybe symbols or source link and etc...

Can you help me please?


23 Answer(s)
  • User Avatar
    0
    consultant.ahmet.ulusoy created

    Is there a way to create nuget packages for microservice solutions contracts projects?

  • User Avatar
    0
    consultant.ahmet.ulusoy created

    [16:20:52 INF] Starting TavTechnologies.Octopus.Web
    [16:20:53 INF] Loaded ABP modules:
    [16:20:53 INF] - TavTechnologies.Octopus.Web.OctopusWebModule
    [16:20:53 INF] - Volo.Abp.Account.Admin.Web.AbpAccountAdminWebModule
    [16:20:53 INF] - Volo.Abp.SettingManagement.Web.AbpSettingManagementWebModule
    [16:20:53 INF] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationContractsModule
    [16:20:53 INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule
    [16:20:53 INF] - Volo.Abp.Localization.AbpLocalizationModule
    [16:20:53 INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule
    [16:20:53 INF] - Volo.Abp.Settings.AbpSettingsModule
    [16:20:53 INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule
    [16:20:53 INF] - Volo.Abp.Security.AbpSecurityModule
    [16:20:53 INF] - Volo.Abp.Data.AbpDataModule
    [16:20:53 INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule
    [16:20:53 INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule
    [16:20:53 INF] - Volo.Abp.Uow.AbpUnitOfWorkModule
    [16:20:53 INF] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule
    [16:20:53 INF] - Volo.Abp.Threading.AbpThreadingModule
    [16:20:53 INF] - Volo.Abp.Validation.AbpValidationModule
    [16:20:53 INF] - Volo.Abp.Features.AbpFeaturesModule
    [16:20:53 INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule
    [16:20:53 INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyAbstractionsModule
    [16:20:53 INF] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule
    [16:20:53 INF] - Volo.Abp.Application.AbpDddApplicationContractsModule
    [16:20:53 INF] - Volo.Abp.Auditing.AbpAuditingContractsModule
    [16:20:53 INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule
    [16:20:53 INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule
    [16:20:53 INF] - Volo.Abp.Auditing.AbpAuditingModule
    [16:20:53 INF] - Volo.Abp.Json.AbpJsonModule
    [16:20:53 INF] - Volo.Abp.Json.SystemTextJson.AbpJsonSystemTextJsonModule
    [16:20:53 INF] - Volo.Abp.Json.AbpJsonAbstractionsModule
    [16:20:53 INF] - Volo.Abp.Timing.AbpTimingModule
    [16:20:53 INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule
    [16:20:53 INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule
    [16:20:53 INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule
    [16:20:53 INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule
    [16:20:53 INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule
    [16:20:53 INF] - Volo.Abp.Http.AbpHttpModule
    [16:20:53 INF] - Volo.Abp.Http.AbpHttpAbstractionsModule
    [16:20:53 INF] - Volo.Abp.Minify.AbpMinifyModule
    [16:20:53 INF] - Volo.Abp.Authorization.AbpAuthorizationModule
    [16:20:53 INF] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule
    [16:20:53 INF] - Volo.Abp.AspNetCore.AbpAspNetCoreAbstractionsModule
    [16:20:53 INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule
    [16:20:53 INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule
    [16:20:53 INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule
    [16:20:53 INF] - Volo.Abp.UI.AbpUiModule
    [16:20:53 INF] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule
    [16:20:53 INF] - Volo.Abp.Application.AbpDddApplicationModule
    [16:20:53 INF] - Volo.Abp.Domain.AbpDddDomainModule
    [16:20:53 INF] - Volo.Abp.EventBus.AbpEventBusModule
    [16:20:53 INF] - Volo.Abp.Guids.AbpGuidsModule
    [16:20:53 INF] - Volo.Abp.BackgroundWorkers.AbpBackgroundWorkersModule
    [16:20:53 INF] - Volo.Abp.DistributedLocking.AbpDistributedLockingAbstractionsModule
    [16:20:53 INF] - Volo.Abp.Specifications.AbpSpecificationsModule
    [16:20:53 INF] - Volo.Abp.Caching.AbpCachingModule
    [16:20:53 INF] - Volo.Abp.Serialization.AbpSerializationModule
    [16:20:53 INF] - Volo.Abp.Domain.AbpDddDomainSharedModule
    [16:20:53 INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule
    [16:20:53 INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule
    [16:20:53 INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule
    [16:20:53 INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule
    [16:20:53 INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Commercial.AbpAspNetCoreMvcUiThemeCommercialModule
    [16:20:53 INF] - Volo.Abp.Account.AbpAccountAdminApplicationContractsModule
    [16:20:53 INF] - Volo.Abp.Account.AbpAccountSharedApplicationContractsModule
    [16:20:53 INF] - Volo.Abp.Identity.AbpIdentityApplicationContractsModule
    [16:20:53 INF] - Volo.Abp.Identity.AbpIdentityProDomainSharedModule
    [16:20:53 INF] - Volo.Abp.Identity.AbpIdentityDomainSharedModule
    [16:20:53 INF] - Volo.Abp.Users.AbpUsersDomainSharedModule
    [16:20:53 INF] - Volo.Abp.Ldap.AbpLdapAbstractionsModule
    [16:20:53 INF] - Volo.Abp.Users.AbpUsersAbstractionModule
    [16:20:53 INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationContractsModule
    [16:20:53 INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule
    [16:20:53 INF] - Volo.Abp.Account.AbpAccountAdminHttpApiClientModule
    [16:20:53 INF] - Volo.Abp.Http.Client.AbpHttpClientModule
    [16:20:53 INF] - Volo.Abp.Castle.AbpCastleCoreModule
    [16:20:53 INF] - Volo.Abp.RemoteServices.AbpRemoteServicesModule
    [16:20:53 INF] - Volo.Abp.Account.Public.Web.Impersonation.AbpAccountPublicWebImpersonationModule
    [16:20:53 INF] - Volo.Abp.AspNetCore.Authentication.JwtBearer.AbpAspNetCoreAuthenticationJwtBearerModule
    [16:20:53 INF] - Volo.Abp.AspNetCore.Authentication.OpenIdConnect.AbpAspNetCoreAuthenticationOpenIdConnectModule
    [16:20:53 INF] - Volo.Abp.AspNetCore.Authentication.OAuth.AbpAspNetCoreAuthenticationOAuthModule
    [16:20:53 INF] - Volo.Abp.Account.Pro.Public.Web.Shared.AbpAccountPublicWebSharedModule
    [16:20:53 INF] - Volo.Abp.Account.AbpAccountPublicApplicationContractsModule
    [16:20:53 INF] - Volo.Abp.Emailing.AbpEmailingModule
    [16:20:53 INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsAbstractionsModule
    [16:20:53 INF] - Volo.Abp.TextTemplating.AbpTextTemplatingModule
    [16:20:53 INF] - Volo.Abp.TextTemplating.Scriban.AbpTextTemplatingScribanModule
    [16:20:53 INF] - Volo.Abp.TextTemplating.AbpTextTemplatingCoreModule
    [16:20:53 INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule
    [16:20:53 INF] - Volo.Abp.Account.AbpAccountPublicHttpApiClientModule
    [16:20:53 INF] - Volo.Abp.OpenIddict.Pro.Web.AbpOpenIddictProWebModule
    [16:20:53 INF] - Volo.Abp.OpenIddict.AbpOpenIddictProApplicationContractsModule
    [16:20:53 INF] - Volo.Abp.OpenIddict.AbpOpenIddictProDomainSharedModule
    [16:20:53 INF] - Volo.Abp.OpenIddict.AbpOpenIddictDomainSharedModule
    [16:20:53 INF] - Volo.Abp.PermissionManagement.Web.AbpPermissionManagementWebModule
    [16:20:53 INF] - Volo.Abp.OpenIddict.AbpOpenIddictProHttpApiClientModule
    [16:20:53 INF] - Volo.Abp.Identity.AbpIdentityHttpApiClientModule
    [16:20:53 INF] - Volo.Abp.Identity.Web.AbpIdentityWebModule
    [16:20:53 INF] - Volo.Abp.TextTemplateManagement.Web.TextTemplateManagementWebModule
    [16:20:53 INF] - Volo.Abp.TextTemplateManagement.TextTemplateManagementApplicationContractsModule
    [16:20:53 INF] - Volo.Abp.TextTemplateManagement.TextTemplateManagementDomainSharedModule
    [16:20:53 INF] - Volo.Abp.TextTemplateManagement.TextTemplateManagementHttpApiClientModule
    [16:20:53 INF] - Volo.Saas.Host.SaasHostWebModule
    [16:20:53 INF] - Volo.Saas.Host.SaasHostApplicationContractsModule
    [16:20:53 INF] - Volo.Saas.SaasDomainSharedModule
    [16:20:53 INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainSharedModule
    [16:20:53 INF] - Volo.Payment.AbpPaymentDomainSharedModule
    [16:20:53 INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationContractsModule
    [16:20:53 INF] - Volo.Payment.AbpPaymentApplicationContractsModule
    [16:20:53 INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementWebModule
    [16:20:53 INF] - Volo.Saas.Host.SaasHostHttpApiClientModule
    [16:20:53 INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementHttpApiClientModule
    [16:20:53 INF] - Volo.Saas.Tenant.SaasTenantWebModule
    [16:20:53 INF] - Volo.Saas.Tenant.SaasTenantHttpApiModule
    [16:20:53 INF] - Volo.Saas.Tenant.SaasTenantApplicationContractsModule
    [16:20:53 INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementHttpApiModule
    [16:20:53 INF] - Volo.Saas.Tenant.SaasTenantHttpApiClientModule
    [16:20:53 INF] - Volo.Abp.Gdpr.Web.AbpGdprWebModule
    [16:20:53 INF] - Volo.Abp.Gdpr.AbpGdprApplicationContractsModule
    [16:20:53 INF] - Volo.Abp.Gdpr.AbpGdprDomainSharedModule
    [16:20:53 INF] - Volo.Abp.Gdpr.AbpGdprHttpApiClientModule
    [16:20:53 INF] - Volo.Abp.AuditLogging.Web.AbpAuditLoggingWebModule
    [16:20:53 INF] - Volo.Abp.AuditLogging.AbpAuditLoggingApplicationContractsModule
    [16:20:53 INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule
    [16:20:53 INF] - Volo.Abp.AuditLogging.AbpAuditLoggingHttpApiClientModule
    [16:20:53 INF] - Volo.Abp.LanguageManagement.LanguageManagementWebModule
    [16:20:53 INF] - Volo.Abp.LanguageManagement.LanguageManagementApplicationContractsModule
    [16:20:53 INF] - Volo.Abp.LanguageManagement.LanguageManagementDomainSharedModule
    [16:20:53 INF] - Volo.Abp.LanguageManagement.LanguageManagementHttpApiClientModule
    [16:20:53 INF] - Volo.Chat.Web.ChatWebModule
    [16:20:53 INF] - Volo.Chat.ChatApplicationContractsModule
    [16:20:53 INF] - Volo.Chat.ChatDomainSharedModule
    [16:20:53 INF] - Volo.Chat.ChatSignalRModule
    [16:20:53 INF] - Volo.Abp.AspNetCore.SignalR.AbpAspNetCoreSignalRModule
    [16:20:53 INF] - Volo.Chat.ChatHttpApiClientModule
    [16:20:53 INF] - Volo.FileManagement.Web.FileManagementWebModule
    [16:20:53 INF] - Volo.FileManagement.FileManagementApplicationContractsModule
    [16:20:53 INF] - Volo.FileManagement.FileManagementDomainSharedModule
    [16:20:53 INF] - Volo.FileManagement.FileManagementHttpApiClientModule
    [16:20:53 INF] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule
    [16:20:53 INF] - Volo.Abp.EventBus.RabbitMq.AbpEventBusRabbitMqModule
    [16:20:53 INF] - Volo.Abp.RabbitMQ.AbpRabbitMqModule
    [16:20:53 INF] - Volo.Abp.AspNetCore.Mvc.Client.AbpAspNetCoreMvcClientModule
    [16:20:53 INF] - Volo.Abp.AspNetCore.Mvc.Client.AbpAspNetCoreMvcClientCommonModule
    [16:20:53 INF] - Volo.Abp.Http.Client.Web.AbpHttpClientWebModule
    [16:20:53 INF] - Volo.Abp.Http.Client.IdentityModel.Web.AbpHttpClientIdentityModelWebModule
    [16:20:53 INF] - Volo.Abp.Http.Client.IdentityModel.AbpHttpClientIdentityModelModule
    [16:20:53 INF] - Volo.Abp.IdentityModel.AbpIdentityModelModule
    [16:20:53 INF] - Volo.Abp.Autofac.AbpAutofacModule
    [16:20:53 INF] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule
    [16:20:53 INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonX.AbpAspNetCoreMvcUiLeptonXThemeModule
    [16:20:53 INF] - Volo.Abp.LeptonX.Shared.AbpAspNetCoreLeptonXSharedModule
    [16:20:53 INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule
    [16:20:53 INF] - Volo.Abp.SettingManagement.AbpSettingManagementHttpApiClientModule
    [16:20:53 INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementHttpApiClientModule
    [16:20:53 INF] - Volo.Abp.Studio.Client.AspNetCore.AbpStudioClientAspNetCoreModule
    [16:20:53 INF] - Volo.Abp.Studio.AbpStudioClientModule
    [16:20:53 INF] - Volo.Abp.Studio.AbpStudioClientContractsModule
    [16:20:53 INF] - TavTechnologies.Octopus.AdministrationService.OctopusAdministrationServiceContractsModule
    [16:20:53 INF] - Volo.Abp.Commercial.SuiteTemplates.VoloAbpCommercialSuiteTemplatesModule
    [16:20:53 INF] - TavTechnologies.Octopus.IdentityService.OctopusIdentityServiceContractsModule
    [16:20:53 INF] - TavTechnologies.Octopus.SaasService.OctopusSaasServiceContractsModule
    [16:20:53 INF] - TavTechnologies.Octopus.GdprService.OctopusGdprServiceContractsModule
    [16:20:53 INF] - TavTechnologies.Octopus.AuditLoggingService.OctopusAuditLoggingServiceContractsModule
    [16:20:53 INF] - TavTechnologies.Octopus.LanguageService.OctopusLanguageServiceContractsModule
    [16:20:53 INF] - TavTechnologies.Octopus.ChatService.OctopusChatServiceContractsModule
    [16:20:53 INF] - TavTechnologies.Octopus.FileManagementService.OctopusFileManagementServiceContractsModule
    [16:20:53 INF] - TavTechnologies.Octopus.ContentManagementService.OctopusContentManagementServiceContractsModule
    [16:20:53 INF] - Volo.CmsKit.CmsKitApplicationContractsModule
    [16:20:53 INF] - Volo.CmsKit.Public.CmsKitPublicApplicationContractsModule
    [16:20:53 INF] - Volo.CmsKit.CmsKitCommonApplicationContractsModule
    [16:20:53 INF] - Volo.CmsKit.CmsKitDomainSharedModule
    [16:20:53 INF] - Volo.CmsKit.Admin.CmsKitAdminApplicationContractsModule
    [16:20:53 INF] - Volo.CmsKit.CmsKitProApplicationContractsModule
    [16:20:53 INF] - Volo.CmsKit.CmsKitProPublicApplicationContractsModule
    [16:20:53 INF] - Volo.CmsKit.CmsKitProCommonApplicationContractsModule
    [16:20:53 INF] - Volo.CmsKit.CmsKitProDomainSharedModule
    [16:20:53 INF] - Volo.CmsKit.CmsKitProAdminApplicationContractsModule
    [16:20:53 INF] - TavTechnologies.Octopus.DocumentManagementService.OctopusDocumentManagementServiceContractsModule
    [16:20:53 INF] - TavTechnologies.Octopus.FormManagementService.OctopusFormManagementServiceContractsModule
    [16:20:53 INF] - Volo.Forms.FormsApplicationContractsModule
    [16:20:53 INF] - Volo.Forms.FormsDomainSharedModule
    [16:20:53 INF] - TavTechnologies.Octopus.EmailService.OctopusEmailServiceContractsModule
    [16:20:53 INF] - TavTechnologies.Octopus.SmsService.OctopusSmsServiceContractsModule
    [16:20:53 INF] - TavTechnologies.Octopus.NotificationService.OctopusNotificationServiceContractsModule
    [16:20:53 INF] - Volo.CmsKit.Admin.Web.CmsKitAdminWebModule
    [16:20:53 INF] - Volo.CmsKit.Web.CmsKitCommonWebModule
    [16:20:53 INF] - Volo.CmsKit.Admin.CmsKitAdminHttpApiClientModule
    [16:20:53 INF] - Volo.CmsKit.CmsKitCommonHttpApiClientModule
    [16:20:53 INF] - Volo.CmsKit.Public.CmsKitPublicHttpApiClientModule
    [16:20:53 INF] - Volo.CmsKit.Pro.Admin.Web.CmsKitProAdminWebModule
    [16:20:53 INF] - Volo.CmsKit.Pro.Web.CmsKitProCommonWebModule
    [16:20:53 INF] - Volo.CmsKit.CmsKitProAdminHttpApiClientModule
    [16:20:53 INF] - Volo.CmsKit.CmsKitProCommonHttpApiClientModule
    [16:20:53 INF] - Volo.Forms.Web.FormsWebModule
    [16:20:53 INF] - Volo.Forms.FormsHttpApiClientModule

  • User Avatar
    0
    consultant.ahmet.ulusoy created

    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetList in controller: Masters, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Get in controller: Masters, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Delete in controller: Masters, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Create in controller: Masters, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Update in controller: Masters, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetListAsExcelFile in controller: Masters, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: DeleteByIds in controller: Masters, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: DeleteAll in controller: Masters, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetDownloadToken in controller: Masters, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetList in controller: Details, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetWithNavigationProperties in controller: Details, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Get in controller: Details, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetMasterLookup in controller: Details, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Delete in controller: Details, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Create in controller: Details, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Update in controller: Details, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetListAsExcelFile in controller: Details, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: DeleteByIds in controller: Details, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: DeleteAll in controller: Details, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetDownloadToken in controller: Details, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetList in controller: DemoLanguages, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Get in controller: DemoLanguages, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Delete in controller: DemoLanguages, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Create in controller: DemoLanguages, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Update in controller: DemoLanguages, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetListAsExcelFile in controller: DemoLanguages, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: DeleteByIds in controller: DemoLanguages, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: DeleteAll in controller: DemoLanguages, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetDownloadToken in controller: DemoLanguages, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetListByMasterId in controller: Children, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetList in controller: Children, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Get in controller: Children, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Delete in controller: Children, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Create in controller: Children, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Update in controller: Children, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Get in controller: AccountSettings, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Update in controller: AccountSettings, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetTwoFactor in controller: AccountSettings, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: UpdateTwoFactor in controller: AccountSettings, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetRecaptcha in controller: AccountSettings, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: UpdateRecaptcha in controller: AccountSettings, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetExternalProvider in controller: AccountSettings, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: UpdateExternalProvider in controller: AccountSettings, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Register in controller: Account, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: SendPasswordResetCode in controller: Account, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: VerifyPasswordResetToken in controller: Account, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: ResetPassword in controller: Account, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetConfirmationState in controller: Account, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: SendPhoneNumberConfirmationToken in controller: Account, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: SendEmailConfirmationToken in controller: Account, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: VerifyEmailConfirmationToken in controller: Account, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: ConfirmPhoneNumber in controller: Account, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: ConfirmEmail in controller: Account, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: SetProfilePicture in controller: Account, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetProfilePicture in controller: Account, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetTwoFactorProviders in controller: Account, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: SendTwoFactorCode in controller: Account, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetSecurityLogList in controller: Account, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: VerifyAuthenticatorCode in controller: Account, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: ResetAuthenticator in controller: Account, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: HasAuthenticator in controller: Account, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetAuthenticatorInfo in controller: Account, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetProfilePictureFile in controller: Account, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetList in controller: AccountExternalLogin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Delete in controller: AccountExternalLogin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: HasPasswordVerified in controller: AccountExternalLogin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: SetPasswordVerified in controller: AccountExternalLogin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: RemovePasswordVerified in controller: AccountExternalLogin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetAll in controller: AccountExternalProvider, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetByName in controller: AccountExternalProvider, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetList in controller: AccountSession, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Get in controller: AccountSession, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Revoke in controller: AccountSession, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Refresh in controller: DynamicClaims, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Link in controller: IdentityLinkUser, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Unlink in controller: IdentityLinkUser, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: IsLinked in controller: IdentityLinkUser, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GenerateLinkToken in controller: IdentityLinkUser, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: VerifyLinkToken in controller: IdentityLinkUser, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GenerateLinkLoginToken in controller: IdentityLinkUser, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: VerifyLinkLoginToken in controller: IdentityLinkUser, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetAllList in controller: IdentityLinkUser, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetDelegatedUsers in controller: IdentityUserDelegation, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetMyDelegatedUsers in controller: IdentityUserDelegation, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetActiveDelegations in controller: IdentityUserDelegation, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetUserLookup in controller: IdentityUserDelegation, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: DelegateNewUser in controller: IdentityUserDelegation, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: DeleteDelegation in controller: IdentityUserDelegation, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Get in controller: Profile, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Update in controller: Profile, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: ChangePassword in controller: Profile, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetTwoFactorEnabled in controller: Profile, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: SetTwoFactorEnabled in controller: Profile, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: CanEnableTwoFactor in controller: Profile, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetTimezones in controller: Profile, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Get in controller: Application, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetList in controller: Application, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Create in controller: Application, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Update in controller: Application, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Delete in controller: Application, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetTokenLifetime in controller: Application, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: SetTokenLifetime in controller: Application, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Get in controller: Scope, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetList in controller: Scope, May be the generate-proxy.json is not up to date.

  • User Avatar
    0
    consultant.ahmet.ulusoy created

    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Create in controller: Scope, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Update in controller: Scope, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Delete in controller: Scope, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetAllScopes in controller: Scope, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetList in controller: IdentityClaimType, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Get in controller: IdentityClaimType, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Create in controller: IdentityClaimType, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Update in controller: IdentityClaimType, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Delete in controller: IdentityClaimType, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: CreateOrUpdate in controller: IdentityExternalLogin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Get in controller: IdentityRole, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Create in controller: IdentityRole, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Update in controller: IdentityRole, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Delete in controller: IdentityRole, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetAllList in controller: IdentityRole, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetList in controller: IdentityRole, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: UpdateClaims in controller: IdentityRole, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetClaims in controller: IdentityRole, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: MoveAllUsers in controller: IdentityRole, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetAllClaimTypes in controller: IdentityRole, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetList in controller: IdentitySecurityLog, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Get in controller: IdentitySecurityLog, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetList in controller: IdentitySession, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Get in controller: IdentitySession, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Revoke in controller: IdentitySession, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Get in controller: IdentitySettings, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Update in controller: IdentitySettings, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetLdap in controller: IdentitySettings, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: UpdateLdap in controller: IdentitySettings, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetOAuth in controller: IdentitySettings, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: UpdateOAuth in controller: IdentitySettings, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetSession in controller: IdentitySettings, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: UpdateSession in controller: IdentitySettings, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Get in controller: IdentityUser, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetList in controller: IdentityUser, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Create in controller: IdentityUser, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Update in controller: IdentityUser, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Delete in controller: IdentityUser, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: FindById in controller: IdentityUser, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetRoles in controller: IdentityUser, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetAssignableRoles in controller: IdentityUser, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetAvailableOrganizationUnits in controller: IdentityUser, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetAllClaimTypes in controller: IdentityUser, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetClaims in controller: IdentityUser, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetOrganizationUnits in controller: IdentityUser, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: UpdateRoles in controller: IdentityUser, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: UpdateClaims in controller: IdentityUser, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Lock in controller: IdentityUser, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Unlock in controller: IdentityUser, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: FindByUsername in controller: IdentityUser, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: FindByEmail in controller: IdentityUser, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetTwoFactorEnabled in controller: IdentityUser, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: SetTwoFactorEnabled in controller: IdentityUser, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: UpdatePassword in controller: IdentityUser, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetRoleLookup in controller: IdentityUser, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetOrganizationUnitLookup in controller: IdentityUser, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetExternalLoginProviders in controller: IdentityUser, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: ImportExternalUser in controller: IdentityUser, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetListAsExcelFile in controller: IdentityUser, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetListAsCsvFile in controller: IdentityUser, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetDownloadToken in controller: IdentityUser, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetImportUsersSampleFile in controller: IdentityUser, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: ImportUsersFromFile in controller: IdentityUser, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetImportInvalidUsersFile in controller: IdentityUser, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: FindById in controller: IdentityUserLookup, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: FindByUserName in controller: IdentityUserLookup, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Search in controller: IdentityUserLookup, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetCount in controller: IdentityUserLookup, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: AddRoles in controller: OrganizationUnit, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: AddMembers in controller: OrganizationUnit, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Create in controller: OrganizationUnit, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Delete in controller: OrganizationUnit, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Get in controller: OrganizationUnit, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetList in controller: OrganizationUnit, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetListAll in controller: OrganizationUnit, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetRoles in controller: OrganizationUnit, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetMembers in controller: OrganizationUnit, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Move in controller: OrganizationUnit, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetAvailableUsers in controller: OrganizationUnit, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetAvailableRoles in controller: OrganizationUnit, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: MoveAllUsers in controller: OrganizationUnit, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Update in controller: OrganizationUnit, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: RemoveMember in controller: OrganizationUnit, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: RemoveRole in controller: OrganizationUnit, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetRoleNames in controller: IdentityUserIntegration, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: FindById in controller: IdentityUserIntegration, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: FindByUserName in controller: IdentityUserIntegration, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Search in controller: IdentityUserIntegration, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetCount in controller: IdentityUserIntegration, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Get in controller: TemplateContent, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: RestoreToDefault in controller: TemplateContent, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Update in controller: TemplateContent, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetList in controller: TemplateDefinition, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Get in controller: TemplateDefinition, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Get in controller: Edition, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetList in controller: Edition, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Create in controller: Edition, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Update in controller: Edition, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Delete in controller: Edition, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: MoveAllTenants in controller: Edition, May be the generate-proxy.json is not up to date.

  • User Avatar
    0
    consultant.ahmet.ulusoy created

    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetAllList in controller: Edition, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetUsageStatistics in controller: Edition, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetPlanLookup in controller: Edition, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: CreateSubscription in controller: Subscription, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Get in controller: Tenant, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetList in controller: Tenant, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Create in controller: Tenant, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Update in controller: Tenant, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Delete in controller: Tenant, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetDatabases in controller: Tenant, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetConnectionStrings in controller: Tenant, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: UpdateConnectionStrings in controller: Tenant, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: ApplyDatabaseMigrations in controller: Tenant, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetEditionLookup in controller: Tenant, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: CheckConnectionString in controller: Tenant, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: SetPassword in controller: Tenant, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: PrepareUserData in controller: GdprRequest, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetDownloadToken in controller: GdprRequest, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetUserData in controller: GdprRequest, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: IsNewRequestAllowed in controller: GdprRequest, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetList in controller: GdprRequest, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: DeleteUserData in controller: GdprRequest, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetList in controller: AuditLogs, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Get in controller: AuditLogs, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetErrorRate in controller: AuditLogs, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetAverageExecutionDurationPerDay in controller: AuditLogs, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetEntityChanges in controller: AuditLogs, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetEntityChangesWithUsername in controller: AuditLogs, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetEntityChangeWithUsername in controller: AuditLogs, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetEntityChange in controller: AuditLogs, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Get in controller: AuditLogSettings, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Update in controller: AuditLogSettings, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetGlobal in controller: AuditLogSettings, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: UpdateGlobal in controller: AuditLogSettings, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetAllList in controller: Language, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetList in controller: Language, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Get in controller: Language, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Create in controller: Language, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Update in controller: Language, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Delete in controller: Language, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: SetAsDefault in controller: Language, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetResources in controller: Language, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetCulturelist in controller: Language, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetList in controller: LanguageText, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Get in controller: LanguageText, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Update in controller: LanguageText, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: RestoreToDefault in controller: LanguageText, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetContacts in controller: Contact, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetTotalUnreadMessageCount in controller: Contact, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: SetSendOnEnterSetting in controller: Settings, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Get in controller: Settings, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Update in controller: Settings, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: SendMessage in controller: Conversation, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: DeleteMessage in controller: Conversation, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetConversation in controller: Conversation, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: MarkConversationAsRead in controller: Conversation, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: DeleteConversation in controller: Conversation, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Get in controller: FileDescriptor, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetList in controller: FileDescriptor, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Create in controller: FileDescriptor, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Move in controller: FileDescriptor, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetPreInfo in controller: FileDescriptor, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetContent in controller: FileDescriptor, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetDownloadToken in controller: FileDescriptor, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Rename in controller: FileDescriptor, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Delete in controller: FileDescriptor, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Download in controller: FileDescriptor, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Get in controller: DirectoryDescriptor, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetList in controller: DirectoryDescriptor, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Create in controller: DirectoryDescriptor, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Rename in controller: DirectoryDescriptor, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetContent in controller: DirectoryDescriptor, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Delete in controller: DirectoryDescriptor, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Move in controller: DirectoryDescriptor, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Get in controller: EmailSettings, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Update in controller: EmailSettings, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: SendTestEmail in controller: EmailSettings, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Get in controller: TimeZoneSettings, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetTimezones in controller: TimeZoneSettings, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Update in controller: TimeZoneSettings, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Get in controller: Permissions, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Update in controller: Permissions, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: IsGranted in controller: PermissionIntegration, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Download in controller: MediaDescriptor, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetOrDefault in controller: BlogFeature, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: AddTagToEntity in controller: EntityTagAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: RemoveTagFromEntity in controller: EntityTagAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: SetEntityTags in controller: EntityTagAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Create in controller: TagAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Delete in controller: TagAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Get in controller: TagAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetList in controller: TagAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Update in controller: TagAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetTagDefinitions in controller: TagAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Get in controller: PageAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetList in controller: PageAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Create in controller: PageAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Update in controller: PageAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Delete in controller: PageAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: SetAsHomePage in controller: PageAdmin, May be the generate-proxy.json is not up to date.

  • User Avatar
    0
    consultant.ahmet.ulusoy created

    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetList in controller: MenuItemAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Get in controller: MenuItemAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Create in controller: MenuItemAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Update in controller: MenuItemAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Delete in controller: MenuItemAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: MoveMenuItem in controller: MenuItemAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetPageLookup in controller: MenuItemAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Create in controller: MediaDescriptorAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Delete in controller: MediaDescriptorAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Get in controller: GlobalResourceAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: SetGlobalResources in controller: GlobalResourceAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetList in controller: CommentAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Get in controller: CommentAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Delete in controller: CommentAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: UpdateApprovalStatus in controller: CommentAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: UpdateSettings in controller: CommentAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetWaitingCount in controller: CommentAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Get in controller: BlogAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetList in controller: BlogAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Create in controller: BlogAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Update in controller: BlogAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Delete in controller: BlogAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetList in controller: BlogFeatureAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Set in controller: BlogFeatureAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Create in controller: BlogPostAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Delete in controller: BlogPostAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Get in controller: BlogPostAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetList in controller: BlogPostAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Update in controller: BlogPostAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Publish in controller: BlogPostAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Draft in controller: BlogPostAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: CreateAndPublish in controller: BlogPostAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: SendToReview in controller: BlogPostAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: CreateAndSendToReview in controller: BlogPostAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: HasBlogPostWaitingForReview in controller: BlogPostAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetAllRelatedTags in controller: TagPublic, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetPopularTags in controller: TagPublic, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetForSelection in controller: ReactionPublic, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Create in controller: ReactionPublic, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Delete in controller: ReactionPublic, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Create in controller: RatingPublic, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Delete in controller: RatingPublic, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetGroupedStarCounts in controller: RatingPublic, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: FindBySlug in controller: PagesPublic, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: FindDefaultHomePage in controller: PagesPublic, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: DoesSlugExist in controller: PagesPublic, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetList in controller: MenuItemPublic, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetForUser in controller: MarkedItemPublic, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Toggle in controller: MarkedItemPublic, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetGlobalScript in controller: GlobalResourcePublic, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetGlobalStyle in controller: GlobalResourcePublic, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetList in controller: CommentPublic, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Create in controller: CommentPublic, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Update in controller: CommentPublic, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Delete in controller: CommentPublic, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Get in controller: BlogPostPublic, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetList in controller: BlogPostPublic, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetAuthorsHasBlogPosts in controller: BlogPostPublic, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetAuthorHasBlogPost in controller: BlogPostPublic, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Delete in controller: BlogPostPublic, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetTagName in controller: BlogPostPublic, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: FindBySource in controller: UrlShortingPublic, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: IsWidgetNameAvailable in controller: PollPublic, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: FindByAvailableWidget in controller: PollPublic, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: FindByCode in controller: PollPublic, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetResult in controller: PollPublic, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: SubmitVote in controller: PollPublic, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Create in controller: PageFeedbackPublic, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: InitializeUserNote in controller: PageFeedbackPublic, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: ChangeIsUseful in controller: PageFeedbackPublic, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Create in controller: NewsletterRecordPublic, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetNewsletterPreferences in controller: NewsletterRecordPublic, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: UpdatePreferences in controller: NewsletterRecordPublic, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetOptionByPreference in controller: NewsletterRecordPublic, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetListSectionWithQuestions in controller: FaqSectionPublic, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: SendMessage in controller: ContactPublic, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetList in controller: UrlShortingAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Get in controller: UrlShortingAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Create in controller: UrlShortingAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Update in controller: UrlShortingAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Delete in controller: UrlShortingAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetList in controller: PollAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Get in controller: PollAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Create in controller: PollAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Update in controller: PollAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Delete in controller: PollAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetWidgets in controller: PollAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetResult in controller: PollAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Get in controller: PageFeedbackAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetList in controller: PageFeedbackAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Update in controller: PageFeedbackAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Delete in controller: PageFeedbackAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetEntityTypes in controller: PageFeedbackAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetSettings in controller: PageFeedbackAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: UpdateSettings in controller: PageFeedbackAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Get in controller: PageFeedbackSettings, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Update in controller: PageFeedbackSettings, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetList in controller: NewsletterRecordAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Get in controller: NewsletterRecordAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetNewsletterRecordsCsvDetail in controller: NewsletterRecordAdmin, May be the generate-proxy.json is not up to date.

  • User Avatar
    0
    consultant.ahmet.ulusoy created

    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetNewsletterPreferences in controller: NewsletterRecordAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetNewsletterPreferences in controller: NewsletterRecordAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetCsvResponses in controller: NewsletterRecordAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: UpdatePreferences in controller: NewsletterRecordAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetDownloadToken in controller: NewsletterRecordAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetImportNewslettersSampleFile in controller: NewsletterRecordAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: ImportNewslettersFromFile in controller: NewsletterRecordAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetImportInvalidNewslettersFile in controller: NewsletterRecordAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Get in controller: FaqQuestionAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetList in controller: FaqQuestionAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Create in controller: FaqQuestionAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Update in controller: FaqQuestionAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Delete in controller: FaqQuestionAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Get in controller: FaqSectionAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetList in controller: FaqSectionAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Create in controller: FaqSectionAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Update in controller: FaqSectionAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Delete in controller: FaqSectionAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetGroups in controller: FaqSectionAdmin, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Get in controller: ContactSetting, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Update in controller: ContactSetting, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Get in controller: Response, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetList in controller: Response, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetQuestionsWithAnswers in controller: Response, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetFormDetails in controller: Response, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetUserFormsByUserId in controller: Response, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: SaveAnswers in controller: Response, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: UpdateAnswers in controller: Response, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Delete in controller: Response, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetList in controller: Question, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Get in controller: Question, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Update in controller: Question, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Delete in controller: Question, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetList in controller: Form, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetResponses in controller: Form, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetCsvResponses in controller: Form, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetResponsesCount in controller: Form, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: DeleteAllResponsesOfForm in controller: Form, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: SendInviteEmail in controller: Form, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Create in controller: Form, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Get in controller: Form, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Update in controller: Form, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: SetSettings in controller: Form, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetSettings in controller: Form, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: GetQuestions in controller: Form, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: CreateQuestion in controller: Form, May be the generate-proxy.json is not up to date.
    [16:20:55 WRN] Could not find ApiDescriptionModel for action: Delete in controller: Form, May be the generate-proxy.json is not up to date.
    [16:20:55 INF] Initialized all ABP modules.
    [16:20:55 WRN] Overriding HTTP_PORTS '8080' and HTTPS_PORTS ''. Binding to values defined by URLS instead 'http://+:80'.
    [16:20:55 INF] Now listening on: http://[::]:80
    [16:20:55 INF] Application started. Press Ctrl+C to shut down.
    [16:20:55 INF] Hosting environment: Staging
    [16:20:55 INF] Content root path: /app

  • User Avatar
    0
    consultant.ahmet.ulusoy created
    [17:20:42 INF] Request starting HTTP/1.1 GET http://octopus-web.tav.aero/ - null null
    [17:20:42 ERR] Connection id "0HN97CFQGSERO", Request id "0HN97CFQGSERO:00000001": An unhandled exception was thrown by the application.
    Volo.Abp.AbpException: The API description of the Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.IAbpApplicationConfigurationAppService.GetAsync method was not found!
       at Volo.Abp.Http.Client.ClientProxying.ClientProxyBase`1.BuildHttpProxyClientProxyContext(String methodName, ClientProxyRequestTypeValue arguments)
       at Volo.Abp.Http.Client.ClientProxying.ClientProxyBase`1.RequestAsync[T](String methodName, ClientProxyRequestTypeValue arguments)
       at Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ClientProxies.AbpApplicationConfigurationClientProxy.GetAsync(ApplicationConfigurationRequestOptions options)
       at Volo.Abp.AspNetCore.Mvc.Client.MvcCachedApplicationConfigurationClient.GetRemoteConfigurationAsync()
       at Volo.Abp.AspNetCore.Mvc.Client.MvcCachedApplicationConfigurationClient.b__19_0()
       at Volo.Abp.Caching.DistributedCache`2.GetOrAddAsync(TCacheKey key, Func`1 factory, Func`1 optionsFactory, Nullable`1 hideErrors, Boolean considerUow, CancellationToken token)
       at Volo.Abp.AspNetCore.Mvc.Client.MvcCachedApplicationConfigurationClient.GetAsync()
       at Volo.Abp.AspNetCore.Mvc.Client.RemoteLanguageProvider.GetLanguagesAsync()
       at Microsoft.AspNetCore.RequestLocalization.DefaultAbpRequestLocalizationOptionsProvider.GetLocalizationOptionsAsync()
       at Microsoft.AspNetCore.RequestLocalization.AbpRequestLocalizationMiddleware.InvokeAsync(HttpContext context, RequestDelegate next)
       at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.InterfaceMiddlewareBinder.<>c__DisplayClass2_0.<b__0>d.MoveNext()
    --- End of stack trace from previous location ---
       at Volo.Abp.AspNetCore.Mvc.Libs.AbpMvcLibsService.b__1_0(HttpContext httpContext, RequestDelegate next)
       at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.ProcessRequests[TContext](IHttpApplication`1 application)
    [17:20:42 INF] Request finished HTTP/1.1 GET https://octopus-web.tav.aero/ - 500 0 null 75.8218ms
    [17:20:45 INF] Request starting HTTP/1.1 GET http://octopus-web.tav.aero/ - null null
    [17:20:45 ERR] Connection id "0HN97CFQGSERO", Request id "0HN97CFQGSERO:00000002": An unhandled exception was thrown by the application.
    Volo.Abp.AbpException: The API description of the Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.IAbpApplicationConfigurationAppService.GetAsync method was not found!
       at Volo.Abp.Http.Client.ClientProxying.ClientProxyBase`1.BuildHttpProxyClientProxyContext(String methodName, ClientProxyRequestTypeValue arguments)
       at Volo.Abp.Http.Client.ClientProxying.ClientProxyBase`1.RequestAsync[T](String methodName, ClientProxyRequestTypeValue arguments)
       at Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ClientProxies.AbpApplicationConfigurationClientProxy.GetAsync(ApplicationConfigurationRequestOptions options)
       at Volo.Abp.AspNetCore.Mvc.Client.MvcCachedApplicationConfigurationClient.GetRemoteConfigurationAsync()
       at Volo.Abp.AspNetCore.Mvc.Client.MvcCachedApplicationConfigurationClient.<GetAsync>b__19_0()
       at Volo.Abp.Caching.DistributedCache`2.GetOrAddAsync(TCacheKey key, Func`1 factory, Func`1 optionsFactory, Nullable`1 hideErrors, Boolean considerUow, CancellationToken token)
       at Volo.Abp.AspNetCore.Mvc.Client.MvcCachedApplicationConfigurationClient.GetAsync()
       at Volo.Abp.AspNetCore.Mvc.Client.RemoteLanguageProvider.GetLanguagesAsync()
       at Microsoft.AspNetCore.RequestLocalization.DefaultAbpRequestLocalizationOptionsProvider.GetLocalizationOptionsAsync()
       at Microsoft.AspNetCore.RequestLocalization.AbpRequestLocalizationMiddleware.InvokeAsync(HttpContext context, RequestDelegate next)
       at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.InterfaceMiddlewareBinder.<>c__DisplayClass2_0.<<CreateMiddleware>b__0>d.MoveNext()
    --- End of stack trace from previous location ---
       at Volo.Abp.AspNetCore.Mvc.Libs.AbpMvcLibsService.<CheckLibs>b__1_0(HttpContext httpContext, RequestDelegate next)
       at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.ProcessRequests[TContext](IHttpApplication`1 application)
    [17:20:45 INF] Request finished HTTP/1.1 GET https://octopus-web.tav.aero/ - 500 0 null 2.9755ms
    [17:21:27 INF] Request starting HTTP/1.1 GET http://octopus-web.tav.aero/ - null null
    [17:21:27 ERR] Connection id "0HN97CFQGSERO", Request id "0HN97CFQGSERO:00000003": An unhandled exception was thrown by the application.
    Volo.Abp.AbpException: The API description of the Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.IAbpApplicationConfigurationAppService.GetAsync method was not found!
       at Volo.Abp.Http.Client.ClientProxying.ClientProxyBase`1.BuildHttpProxyClientProxyContext(String methodName, ClientProxyRequestTypeValue arguments)
       at Volo.Abp.Http.Client.ClientProxying.ClientProxyBase`1.RequestAsync[T](String methodName, ClientProxyRequestTypeValue arguments)
       at Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ClientProxies.AbpApplicationConfigurationClientProxy.GetAsync(ApplicationConfigurationRequestOptions options)
       at Volo.Abp.AspNetCore.Mvc.Client.MvcCachedApplicationConfigurationClient.GetRemoteConfigurationAsync()
       at Volo.Abp.AspNetCore.Mvc.Client.MvcCachedApplicationConfigurationClient.b__19_0()
       at Volo.Abp.Caching.DistributedCache`2.GetOrAddAsync(TCacheKey key, Func`1 factory, Func`1 optionsFactory, Nullable`1 hideErrors, Boolean considerUow, CancellationToken token)
       at Volo.Abp.AspNetCore.Mvc.Client.MvcCachedApplicationConfigurationClient.GetAsync()
       at Volo.Abp.AspNetCore.Mvc.Client.RemoteLanguageProvider.GetLanguagesAsync()
       at Microsoft.AspNetCore.RequestLocalization.DefaultAbpRequestLocalizationOptionsProvider.GetLocalizationOptionsAsync()
       at Microsoft.AspNetCore.RequestLocalization.AbpRequestLocalizationMiddleware.InvokeAsync(HttpContext context, RequestDelegate next)
       at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.InterfaceMiddlewareBinder.<>c__DisplayClass2_0.<b__0>d.MoveNext()
    --- End of stack trace from previous location ---
       at Volo.Abp.AspNetCore.Mvc.Libs.AbpMvcLibsService.b__1_0(HttpContext httpContext, RequestDelegate next)
       at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.ProcessRequests[TContext](IHttpApplication`1 application)
    [17:21:27 INF] Request finished HTTP/1.1 GET https://octopus-web.tav.aero/ - 500 0 null 1.8823ms
    [17:22:37 INF] Request starting HTTP/1.1 GET http://octopus-web.tav.aero/ - null null
    [17:22:37 ERR] Connection id "0HN97CFQGSERP", Request id "0HN97CFQGSERP:00000001": An unhandled exception was thrown by the application.
    Volo.Abp.AbpException: The API description of the Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.IAbpApplicationConfigurationAppService.GetAsync method was not found!
       at Volo.Abp.Http.Client.ClientProxying.ClientProxyBase`1.BuildHttpProxyClientProxyContext(String methodName, ClientProxyRequestTypeValue arguments)
       at Volo.Abp.Http.Client.ClientProxying.ClientProxyBase`1.RequestAsync[T](String methodName, ClientProxyRequestTypeValue arguments)
       at Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ClientProxies.AbpApplicationConfigurationClientProxy.GetAsync(ApplicationConfigurationRequestOptions options)
       at Volo.Abp.AspNetCore.Mvc.Client.MvcCachedApplicationConfigurationClient.GetRemoteConfigurationAsync()
       at Volo.Abp.AspNetCore.Mvc.Client.MvcCachedApplicationConfigurationClient.<GetAsync>b__19_0()
       at Volo.Abp.Caching.DistributedCache`2.GetOrAddAsync(TCacheKey key, Func`1 factory, Func`1 optionsFactory, Nullable`1 hideErrors, Boolean considerUow, CancellationToken token)
       at Volo.Abp.AspNetCore.Mvc.Client.MvcCachedApplicationConfigurationClient.GetAsync()
       at Volo.Abp.AspNetCore.Mvc.Client.RemoteLanguageProvider.GetLanguagesAsync()
       at Microsoft.AspNetCore.RequestLocalization.DefaultAbpRequestLocalizationOptionsProvider.GetLocalizationOptionsAsync()
       at Microsoft.AspNetCore.RequestLocalization.AbpRequestLocalizationMiddleware.InvokeAsync(HttpContext context, RequestDelegate next)
       at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.InterfaceMiddlewareBinder.<>c__DisplayClass2_0.<<CreateMiddleware>b__0>d.MoveNext()
    --- End of stack trace from previous location ---
       at Volo.Abp.AspNetCore.Mvc.Libs.AbpMvcLibsService.<CheckLibs>b__1_0(HttpContext httpContext, RequestDelegate next)
       at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.ProcessRequests[TContext](IHttpApplication`1 application)
    [17:22:37 INF] Request finished HTTP/1.1 GET https://octopus-web.tav.aero/ - 500 0 null 4.5971ms
    [17:22:41 INF] Request starting HTTP/1.1 GET http://octopus-web.tav.aero/ - null null
    [17:22:41 ERR] Connection id "0HN97CFQGSERP", Request id "0HN97CFQGSERP:00000002": An unhandled exception was thrown by the application.
    Volo.Abp.AbpException: The API description of the Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.IAbpApplicationConfigurationAppService.GetAsync method was not found!
       at Volo.Abp.Http.Client.ClientProxying.ClientProxyBase`1.BuildHttpProxyClientProxyContext(String methodName, ClientProxyRequestTypeValue arguments)
       at Volo.Abp.Http.Client.ClientProxying.ClientProxyBase`1.RequestAsync[T](String methodName, ClientProxyRequestTypeValue arguments)
       at Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ClientProxies.AbpApplicationConfigurationClientProxy.GetAsync(ApplicationConfigurationRequestOptions options)
       at Volo.Abp.AspNetCore.Mvc.Client.MvcCachedApplicationConfigurationClient.GetRemoteConfigurationAsync()
       at Volo.Abp.AspNetCore.Mvc.Client.MvcCachedApplicationConfigurationClient.b__19_0()
       at Volo.Abp.Caching.DistributedCache`2.GetOrAddAsync(TCacheKey key, Func`1 factory, Func`1 optionsFactory, Nullable`1 hideErrors, Boolean considerUow, CancellationToken token)
       at Volo.Abp.AspNetCore.Mvc.Client.MvcCachedApplicationConfigurationClient.GetAsync()
       at Volo.Abp.AspNetCore.Mvc.Client.RemoteLanguageProvider.GetLanguagesAsync()
       at Microsoft.AspNetCore.RequestLocalization.DefaultAbpRequestLocalizationOptionsProvider.GetLocalizationOptionsAsync()
       at Microsoft.AspNetCore.RequestLocalization.AbpRequestLocalizationMiddleware.InvokeAsync(HttpContext context, RequestDelegate next)
       at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.InterfaceMiddlewareBinder.<>c__DisplayClass2_0.<b__0>d.MoveNext()
    --- End of stack trace from previous location ---
       at Volo.Abp.AspNetCore.Mvc.Libs.AbpMvcLibsService.b__1_0(HttpContext httpContext, RequestDelegate next)
       at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.ProcessRequests[TContext](IHttpApplication`1 application)
    [17:22:41 INF] Request finished HTTP/1.1 GET https://octopus-web.tav.aero/ - 500 0 null 1.3713ms
    
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Can you share your TavTechnologies.Octopus.AdministrationService project source code?

    And the nuget package file. TavTechnologies.Octopus.AdministrationService.Contracts.nupkg

    I need to confirm if generate-proxy.json is in your nuget package.

    liming.ma@volosoft.com

    Thanks.

  • User Avatar
    0
    consultant.ahmet.ulusoy created

    Hi maliming,

    I can't share the source code, so sorry for that. But when i looked out the nupkg i couldn't found any json files only dll and xml files.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    Hi

    Please share the DLL file with liming.ma@volosoft.com

  • User Avatar
    0
    consultant.ahmet.ulusoy created

    Hi

    Please share the DLL file with liming.ma@volosoft.com

    Hi maliming,
    I shared the email with you.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    I didn't receive the mail. Can you upload it to https://wetransfer.com/ then share the link?

    Thanks

  • User Avatar
    0
    consultant.ahmet.ulusoy created

    Hi,

    I sent the files with the we transfer to your email address.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    The dll file has no problem.

    But the TavTechnologies.Octopus.Web already depends on the xxxHttpApiClientModule still say: Could not find ApiDescriptionModel for action

    These xxxHttpApiClientModules contain xxx-generate-proxy.json files.

    Can you share the code to reproduce the problem?

    The problem does not seem related to the nuget package.

    I have to check the code to understand the problem.

    Thanks.

  • User Avatar
    0
    consultant.ahmet.ulusoy created

    Hi maliming,

    I know that, they're working on when we run it with Abp Studio. But when I create an helm chart and install helm chart to microk8 server. Only TavTechnologies.Octopus.Web project is not working.If you want I can share the pod folder contents with you.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    ok, Please share the publish folder of TavTechnologies.Octopus.Web

    If possible, please share the code for the TavTechnologies.Octopus.Web.csproj and TavTechnologies.Octopus.WebModule.cs files.

    Thanks.

  • User Avatar
    0
    consultant.ahmet.ulusoy created

    Hi maliming,

    I sent the files with the we transfer to your email address.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    Thanks. I will check your project.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    You can try to remove <GenerateEmbeddedFilesManifest>true</GenerateEmbeddedFilesManifest> from TavTechnologies.Treva.Web.csproj

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    I don't know why your dll contains a Microsoft.Extensions.FileProviders.Embedded.Manifest.xml file

    How do you build/release your application?

    The demo-generate-proxy.json file cause Could not find ApiDescriptionModel for action: error.

    You can rename or remove the ClientProxies folder name.

    eg:
    MyClientProxies/demo-generate-proxy.json
    demo-generate-proxy.json

    image.png

  • User Avatar
    0
    consultant.ahmet.ulusoy created

    Hi maliming,

    After remove <GenerateEmbeddedFilesManifest>true</GenerateEmbeddedFilesManifest> from TavTechnologies.Treva.Web.csproj

    Everything works perfectly again.

    Thank you

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    Great

Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
Do you need assistance from an ABP expert?
Schedule a Meeting
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v9.3.0-preview. Updated on April 11, 2025, 10:10