Activities of "sekmenhuseyin"

thanks

I've tried a lot of configuration and received the same error but didn't notice the project name. It really is working with different project names but not working with "Sekmen.Goo". Can you tell me how I can reset that saved configuration

Hello ABP Team,

I would like to share some feedback regarding my experience with ABP Suite.

I genuinely want to use ABP Suite, even for small projects, because I believe it has strong potential and valuable features. However, I am consistently encountering errors during project creation. Unfortunately this has made it very difficult to use the tool in practice.

I do not want to assume that the root cause is a lack of testing or automated quality checks on your side. That said, the frequency of these errors gives the impression that stability and reliability issues are not yet fully addressed.

I hope this feedback is helpful and can contribute to improving the overall developer experience. I would be very happy to continue using ABP Suite if these issues can be resolved or better documented.

Thank you for your time and attention.

  1. created a tiered application but didn't seperate webapi
  2. installed libs & clicked build
  3. opened abp suite
  4. got error

project:

  • Template: app
  • Created ABP Studio Version: 2.1.4
  • Current ABP Studio Version: 2.1.4
  • Tiered: No
  • Multi-Tenancy: Yes
  • UI Framework: mvc
  • Theme: leptonx
  • Theme Style: system
  • Theme Menu Placement: side
  • Database Provider: ef
  • Database Management System: sqlserver
  • Separate Tenant Schema: Yes
  • Mobile Framework: none
  • Public Website: No
  • Social Login: No
  • Include Tests: Yes
  • Kubernetes Configuration: No
  • Distributed Event Bus: rabbitmq
  • Use Local References: No
  • Optional Modules:
    • GDPR
    • FileManagement
    • TextTemplateManagement
    • LanguageManagement
    • AuditLogging
    • Chat
    • OpenIddictAdmin
  • Selected Languages: English, French, German (Germany), Italian, Spanish, Turkish
  • Default Language: English
  • Create Command: abp new Sekmen.Goo -t app --ui-framework mvc --database-provider ef --database-management-system sqlserver --theme leptonx --separate-tenant-schema --skip-migration --skip-migrator --without-cms-kit --dont-run-install-libs --dont-run-bundling --no-social-logins -chat -file-management

Unbelievable! The problem really does stem from a property being null. ABP Suite doesn't assign default values ​​to collections when creating an entity. Need to check entities in domain projects that have collections every time or someone can fix it in app level please

will try those suggestions and let you know

Hi I'm trying some project types and always getting error. especially this one annoys me:https://github.com/abpframework/abp/issues/24415 I'm using abp suite 10.0.1. I've tried with different db and solution configuration but always got the same error After creating a new entity in master-child format, backend gives error while visiting page tables are not important. I've just added a name property. a master table, one with navigation and a child table

  • Exception message and full stack trace: at AbpSolution1.CompanyWithNavigationPropertiesToCompanyWithNavigationPropertiesDtoMapper.MapToListOfSectorDto(ICollection1 source) in D:\Projects\AbpSolution1\src\AbpSolution1.Application\obj\Debug\net10.0\Riok.Mapperly\Riok.Mapperly.MapperGenerator\CompanyWithNavigationPropertiesToCompanyWithNavigationPropertiesDtoMapper.g.cs:line 79 at AbpSolution1.CompanyWithNavigationPropertiesToCompanyWithNavigationPropertiesDtoMapper.MapToOrganisationDto(Organisation source) in D:\Projects\AbpSolution1\src\AbpSolution1.Application\obj\Debug\net10.0\Riok.Mapperly\Riok.Mapperly.MapperGenerator\CompanyWithNavigationPropertiesToCompanyWithNavigationPropertiesDtoMapper.g.cs:line 47 at AbpSolution1.CompanyWithNavigationPropertiesToCompanyWithNavigationPropertiesDtoMapper.Map(CompanyWithNavigationProperties source) in D:\Projects\AbpSolution1\src\AbpSolution1.Application\obj\Debug\net10.0\Riok.Mapperly\Riok.Mapperly.MapperGenerator\CompanyWithNavigationPropertiesToCompanyWithNavigationPropertiesDtoMapper.g.cs:line 12 at Volo.Abp.Mapperly.MapperlyAutoObjectMappingProvider.Map[TSource,TDestination](Object source) at lambda_method4041(Closure, Object, Object, Object) at Volo.Abp.Mapperly.MapperlyAutoObjectMappingProvider.TryToMapCollection[TSource,TDestination](TSource source, TDestination destination, TDestination& collectionResult) at Volo.Abp.Mapperly.MapperlyAutoObjectMappingProvider.Map[TSource,TDestination](Object source) at Volo.Abp.ObjectMapping.DefaultObjectMapper.AutoMap[TSource,TDestination](Object source) at Volo.Abp.ObjectMapping.DefaultObjectMapper.Map[TSource,TDestination](TSource source) at AbpSolution1.Companies.CompaniesAppServiceBase.GetListAsync(GetCompaniesInput input) in D:\Projects\AbpSolution1\src\AbpSolution1.Application\Companies\CompaniesAppService.cs:line 38 at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue1.ProceedAsync() at Volo.Abp.Authorization.AuthorizationInterceptor.InterceptAsync(IAbpMethodInvocation invocation) at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func3 proceed) at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue1.ProceedAsync() at Volo.Abp.GlobalFeatures.GlobalFeatureInterceptor.InterceptAsync(IAbpMethodInvocation invocation) at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func3 proceed) at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue1.ProceedAsync() at Volo.Abp.Auditing.AuditingInterceptor.ProceedByLoggingAsync(IAbpMethodInvocation invocation, AbpAuditingOptions options, IAuditingHelper auditingHelper, IAuditLogScope auditLogScope) at Volo.Abp.Auditing.AuditingInterceptor.InterceptAsync(IAbpMethodInvocation invocation) at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func3 proceed) at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue1.ProceedAsync() at Volo.Abp.Validation.ValidationInterceptor.InterceptAsync(IAbpMethodInvocation invocation) at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func3 proceed) at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue1.ProceedAsync() at Volo.Abp.Uow.UnitOfWorkInterceptor.InterceptAsync(IAbpMethodInvocation invocation) at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func3 proceed) at lambda_method3933(Closure, Object) at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.

  • Steps to reproduce the issue:

solution config:

  • Template: app
  • Created ABP Studio Version: 2.1.3
  • Current ABP Studio Version: 2.1.3
  • Tiered: Yes
  • Multi-Tenancy: Yes
  • UI Framework: angular
  • Theme: leptonx
  • Theme Style: system
  • Theme Menu Placement: side
  • Run Install Libs: No
  • Progressive Web App: No
  • Run Progressive Web App Support: No
  • Database Provider: ef
  • Database Management System: sqlite
  • Separate Tenant Schema: Yes
  • Mobile Framework: none
  • Public Website: No
  • Social Login: No
  • Include Tests: Yes
  • Kubernetes Configuration: No
  • Distributed Event Bus: none
  • Use Local References: No
  • Optional Modules:
    • GDPR
    • TextTemplateManagement
    • LanguageManagement
    • AuditLogging
    • OpenIddictAdmin
  • Selected Languages: English, Turkish
  • Default Language: English
  • Create Command: abp new AbpSolution1 -t app --tiered --ui-framework angular --database-provider ef --database-management-system sqlite --theme leptonx --separate-tenant-schema --skip-migration --skip-migrator --without-cms-kit --dont-run-install-libs --dont-run-bundling --no-social-logins -no-file-management

Hi I'm trying some project types and always getting error. especially this one annoys me:https://github.com/abpframework/abp/issues/24415 I've tried with single layer, tiered angular, tiered mvc a few times and always got the same error. I'm using abp suite 10.0.1

I am trying to commit every change to git but I need another application or terminal running for that. Is it possible to add git tab like vscode has into the abp studio

Showing 1 to 9 of 9 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❀️ on ABP v10.2.0-preview. Updated on January 09, 2026, 07:22
1
ABP Assistant
πŸ” You need to be logged in to use the chatbot. Please log in first.