Open Closed

Bugs & Problems v2.9.0 #222


User avatar
1
alper created
Support Team Director

Update the ABP CLI:

dotnet tool update -g Volo.Abp.Cli

Update the ABP Suite:

abp suite update or dotnet tool update -g Volo.Abp.Suite

  • Release notes https://docs.abp.io/en/commercial/latest/release-notes

67 Answer(s)
  • User Avatar
    1
    sean.alford created

    @Chrille yes I reported that bug in 2.8.0 and @Alper has added it to their backlog.

  • User Avatar
    0
    arifharsono created

    Follow this sample : https://gist.github.com/mehmet-erim/eb6e4c082dde5271778d1c55918298f1

    After upgrade to Abp 2.9.0 from 2.8.0- Angular got error :

  • User Avatar
    0
    arifharsono created

    ~~How to get Angular Chat UI for existing project ?~~ Abp 2.9.0 - Angular Chat Module Integration

    Error Logs/ Browser Console :

    Any solution ?

  • User Avatar
    0
    ninomartini created

    FYI. Angular project using ABP and ABP Suite 2.9.

    The CRUD Page generator is adding a space to enums when more than one uppercase character is used.

    C# Enum

    public enum BillingPeriodType
    {
        Monthly=1,
        Quarter=2,
        SemiAnnual=3,
        Annual=4
    }
    

    Enum generated in Angular (notice the space in semi annual)

    export enum BillingPeriodType {
        Monthly = 1,
        Quarter = 2,
        Semi annual = 3,
        Annual = 4
    }
    

    Keep up the great work, I like what I am seeing.

  • User Avatar
    0
    drpdev2 created

    Hi guys,

    I upgraded abp version from 2.6.2 to 2.9 for all cli, suite and my project solution (Angular 9 + Identity Server separated). The new version showed Organization Unit in left-side menu. Everything is OK. But I got this error when I tried to use CRUD page. I checked Volo.Abp.Commercial.SuiteTemplates.dll is latest version 2.9. Could you guide me how to fix? Thanks

  • User Avatar
    0
    drpdev2 created

    Alright, I fixed the error after updating Visual Studio latest version, restart Window, rebuild all the project solution, then run abp suite to CRUD page.

  • User Avatar
    0
    alper created
    Support Team Director

    hi @ninomartini, I've filed the Angular enum naming issue. thank you!

  • User Avatar
    0
    alper created
    Support Team Director

    @drpdev2, sometimes old DLL are not being deleted even you update a project references. so we add this delete bin & obj folders.bat because Visual Studio sometimes fails to clean the old DLLs. If you make a mass update, I suggest to close Visual Studio and run delete bin & obj folders.bat which is in the root directory of your application.

  • User Avatar
    0
    yekalkan created
    Support Team Fullstack Developer

    Hi @arifharsono,

    It seems like SignalR is not running on localhost:44319 web site. Is Volo.Chat.SignalR module added to the server project?

    I need to know your solution's type. Is identity server separated? Also, which steps did you follow to add chat module to your solution?

  • User Avatar
    0
    ninomartini created

    FYI. Angular project using ABP and ABP Suite 2.9.

    User is unable to update their email address from "Manage your profile". The only way to update the user address is from Administration -> Idenentity Managment -> Users.

  • User Avatar
    0
    arifharsono created

    Hi @yekalkan

    Angular - Abp 2.9.0

    I added Chat Module using Abp Suite Add Module.

    Angular side

    Any documentation ?

  • User Avatar
    0
    arifharsono created

    Angular - Abp 2.9.0

    Problem : abp-lookup-input not showing seleted data on Edit Mode

    // Mode : New >> Showing selected data after modal data selected.

    // Mode : Edit >> Empty

  • User Avatar
    0
    syabp created

    Angular - Abp 2.9.0, Visual Studio 16.6.2 I'm just update from abp 2.6.2 version and got this error whenever i try to start the HR.HttpApi.Host by visual studio . Can you help?

  • User Avatar
    0
    alper created
    Support Team Director

    @ninomartini, I think it doesn't save even you have this setting checked.

  • User Avatar
    0
    alper created
    Support Team Director

    @syabp, that doesn't help to show the issue. check your logs folder

  • User Avatar
    0
    gaoyao created

    /Identity/Roles Can't display normally, I Found /Identity/OrganizationUnits and /Identity/Role Use the Same Volo.Abp.Identity.Web.Pages.Identity.Roles.IndexModel

  • User Avatar
    0
    alper created
    Support Team Director

    @gaoyao , can you explain in details about the problem. what's not displaying normally?

  • User Avatar
    0
    alper created
    Support Team Director

    @arifharsono, I've reproduced the Angular navigation modal issue. created a ticket to be fixed in the next version.

  • User Avatar
    0
    gaoyao created

    /Pages/Identity/OrganizationUnits/Index.cshtml The original code is wrong because IndexModel @using Volo.Abp.Identity.Web.Pages.Identity.Roles it should be using OrganizationUnits,.it affects abp-style-bundle 、 abp-script-bundle and I have fixed it it by by changing to @using Volo.Abp.Identity.Web.Pages.Identity.OrganizationUnits

  • User Avatar
    0
    alper created
    Support Team Director

    @arifharsono, to fix it until the next release, can you add the following items to the abp-lookup-input in your component.html

    displayNameProp="nameSurname"
    lookupNameProp="displayName"
    

  • User Avatar
    0
    alper created
    Support Team Director

    @gaoyao, thank you! already fixed, will come to you next release.

  • User Avatar
    0
    Mehmet created

    Hi @arifharsono

    The error that is "Cannot read property 'twoWay' of undefined" has been fixed. Update @volo/abp.ng.theme.lepton package version to v2.9.1 and install packages again.

  • User Avatar
    0
    thanhvl1 created

    Hi,

    I don't know if it is the bug of version 2.9.0. I start the project and it takes long time to start. Here is the log

    2020-06-15 **13:20:33.324** +07:00 [INF] Starting web host. 2020-06-15 **13:22:59.040** +07:00 [INF] User profile is available. Using 'C:\Users\admin\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest. 2020-06-15 13:22:59.142 +07:00 [INF] Loaded ABP modules: 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.Security.AbpSecurityModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.Data.AbpDataModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.Settings.AbpSettingsModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.Validation.AbpValidationModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Saas.SaasDomainSharedModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.Users.AbpUsersDomainSharedModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainSharedModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainSharedModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule 2020-06-15 13:22:59.142 +07:00 [INF] - FPT.DDC.BackendService.BackendServiceDomainSharedModule 2020-06-15 13:22:59.142 +07:00 [INF] - FPT.DDC.SalesTransaction.SalesTransactionDomainSharedModule 2020-06-15 13:22:59.142 +07:00 [INF] - FPT.DDC.IntegrationAgent.IntegrationAgentDomainSharedModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainSharedModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.Features.AbpFeaturesModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.Threading.AbpThreadingModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.Timing.AbpTimingModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.Json.AbpJsonModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.Caching.AbpCachingModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.Guids.AbpGuidsModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Saas.SaasDomainModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.Commercial.SuiteTemplates.VoloAbpCommercialSuiteTemplatesModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.Users.AbpUsersAbstractionModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.Users.AbpUsersDomainModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.BackgroundWorkers.AbpBackgroundWorkersModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.PermissionManagement.Identity.AbpPermissionManagementDomainIdentityModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.PermissionManagement.IdentityServer.AbpPermissionManagementDomainIdentityServerModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule 2020-06-15 13:22:59.142 +07:00 [INF] - FPT.DDC.BackendService.BackendServiceDomainModule 2020-06-15 13:22:59.142 +07:00 [INF] - FPT.DDC.SalesTransaction.SalesTransactionDomainModule 2020-06-15 13:22:59.143 +07:00 [INF] - FPT.DDC.IntegrationAgent.IntegrationAgentDomainModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Saas.Host.SaasHostApplicationContractsModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationContractsModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationContractsModule 2020-06-15 13:22:59.143 +07:00 [INF] - FPT.DDC.BackendService.BackendServiceApplicationContractsModule 2020-06-15 13:22:59.143 +07:00 [INF] - FPT.DDC.SalesTransaction.SalesTransactionApplicationContractsModule 2020-06-15 13:22:59.143 +07:00 [INF] - FPT.DDC.IntegrationAgent.IntegrationAgentApplicationContractsModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.RabbitMQ.AbpRabbitMqModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.EventBus.RabbitMq.AbpEventBusRabbitMqModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Saas.Host.SaasHostApplicationModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationModule 2020-06-15 13:22:59.143 +07:00 [INF] - FPT.DDC.BackendService.BackendServiceApplicationModule 2020-06-15 13:22:59.143 +07:00 [INF] - FPT.DDC.SalesTransaction.SalesTransactionApplicationModule 2020-06-15 13:22:59.143 +07:00 [INF] - FPT.DDC.IntegrationAgent.IntegrationAgentApplicationModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.EntityFrameworkCore.SqlServer.AbpEntityFrameworkCoreSqlServerModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Saas.EntityFrameworkCore.SaasEntityFrameworkCoreModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.IdentityServer.EntityFrameworkCore.AbpIdentityServerEntityFrameworkCoreModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.Users.EntityFrameworkCore.AbpUsersEntityFrameworkCoreModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.Identity.EntityFrameworkCore.AbpIdentityEntityFrameworkCoreModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule 2020-06-15 13:22:59.143 +07:00 [INF] - FPT.DDC.BackendService.EntityFrameworkCore.BackendServiceEntityFrameworkCoreModule 2020-06-15 13:22:59.143 +07:00 [INF] - FPT.DDC.IntegrationAgent.EntityFrameworkCore.IntegrationAgentEntityFrameworkCoreModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.Minify.AbpMinifyModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.Http.AbpHttpModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.UI.AbpUiModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule 2020-06-15 13:22:59.143 +07:00 [INF] - FPT.DDC.IntegrationAgent.IntegrationAgentHttpApiModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainSharedModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsAbstractionsModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.BackgroundJobs.EntityFrameworkCore.AbpBackgroundJobsEntityFrameworkCoreModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.LanguageManagement.LanguageManagementDomainSharedModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.LanguageManagement.LanguageManagementDomainModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.LanguageManagement.EntityFrameworkCore.LanguageManagementEntityFrameworkCoreModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.Swagger.AbpSwaggerModule 2020-06-15 13:22:59.143 +07:00 [INF] - FPT.DDC.IntegrationAgent.IntegrationAgentHttpApiHostModule 2020-06-15 13:23:00.709 +07:00 [DBG] Started background worker: Volo.Abp.IdentityServer.Tokens.TokenCleanupBackgroundWorker 2020-06-15 13:23:00.851 +07:00 [DBG] Started background worker: Volo.Abp.BackgroundJobs.BackgroundJobWorker 2020-06-15 13:23:01.543 +07:00 [INF] Initialized all ABP modules. 2020-06-15 13:23:01.578 +07:00 [INF] Application started. Press Ctrl+C to shut down.

  • User Avatar
    0
    alper created
    Support Team Director

    hi, actually in v2.9 there's a performance improvement by x2 see the blog post https://blog.abp.io/abp/ABP-Framework-v2.9.0-Has-Been-Released is it working in a container? or do you have a poor internet connection? did you try restarting your computer? this is a very changable siutation depends on multiple environment issues.

  • User Avatar
    0
    thanhvl1 created

    Hi alper,

    I'm working on debug env, I have multiple projects use abp, I run project A is okay but the project B (that I've posted above) is very slow, I don't know why

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11