Activities of "start"

Please provide a concrete and detailed response, not a generic bot-style reply.

Hi,

You’ll find a full description of my issue in the attached PDF document.

https://1drv.ms/f/c/3cfe06e6a74eb84d/Evbn_wl7ZsxNhDL5el3RCyQBi5VYVQZFDnG0sH827_HuUA?e=QDIox8

Kindly respond only via email and not on the public forum.

Thanks

Didnt work. take a look at the code.

Write me in private, not in that public place

Hi,

I gave Sümeyye Kurtuluş and liming ma aleardy access to that project

in the Host-Application I used "abp generate-proxy -t ng -m cards" to generate the proxy, but he only generated the sample API and not the actual "AppService" from the module.

I even removed the "SampleController" in the library, hoping the proxy would find its right API.

Just a quick update — I believe the current assumption is that the developer sets up the proxy within the host application, which is then used inside the Angular library (DDD). However, the actual API is exposed via the ModuleXXX.HttpApi.Host through its xxxController, not directly from the host application's IApplicationService.

If that’s the intended setup, it looks ABP Studio didn’t generate the paths.proxy configuration in the tsconfig files for either the host or the module. Because of this, I’m currently running into issues identifying the correct import path.

  • Template: app
  • Created ABP Studio Version: 1.0.2
  • Current ABP Studio Version: 1.0.2
  • Tiered: Yes
  • Multi-Tenancy: Yes
  • UI Framework: angular
  • Theme: leptonx
  • Theme Style: dark
  • Theme Menu Placement: top
  • Run Install Libs: Yes
  • Progressive Web App: No
  • Run Progressive Web App Support: No
  • Database Provider: ef
  • Database Management System: sqlserver
  • Separate Tenant Schema: No
  • Create Initial Migration: Yes
  • Run Db Migrator: Yes
  • Mobile Framework: none
  • Public Website: No
  • Social Login: Yes
  • Include Tests: Yes
  • Kubernetes Configuration: Yes
  • Distributed Event Bus: rabbitmq
  • Use Local References: No
  • Optional Modules:
    • GDPR
    • FileManagement
    • TextTemplateManagement
    • LanguageManagement
    • AuditLogging
    • Chat
    • OpenIddictAdmin
  • Selected Languages: Deutsch (Deuthschland), English, 简体中文, Español, العربية, हिन्दी, Português (Brasil), Français, Русский, Türkçe, Italiano, Čeština, Magyar, Română (România), Svenska, Suomi, Slovenčina, Íslenska, 繁體中文
  • Default Language: Deutsch (Deuthschland)
  • Create Command: abp new xxx -t app --tiered --ui-framework angular --database-provider ef --database-management-system sqlserver --theme leptonx --without-cms-kit --sample-crud-page --dont-run-bundling -chat -file-management

Hello ABP Support Team,

I'm reaching out to request a sample project for setting up a multi-tier application using the ABP Framework, specifically utilizing the Database-**First **approach.

You do not have it in your documentation.

As we are planning to integrate ABP with a pre-existing database, having a structured example or step-by-step guide would be incredibly beneficial. This is to ensure that we are leveraging the ABP framework’s features effectively while adhering to best practices for scalability and maintainability.

Here are a few points we'd like your insights on:

  1. Setting up the domain layer with existing database schemas: Best practices for aligning our domain entities with existing database tables. Maybe take https://github.com/cjlee/northwind as an example to start.
  2. Integration of the database-first approach in ABP: Specific configurations or adjustments needed within the ABP framework to support a database-first methodology.

Looking forward to your valuable sample application!

Best regards

Hi, but you can not take a -1 one from my credits for asking questions. Because its a bug

  • ABP Framework version: v9.0.3
  • UI Type: Angular
  • Database System: EF Core (SQL Server, Oracle, MySQL, PostgreSQL, etc..)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace: Error: src/app/proxy/books/models.ts:13:9 - error TS2304: Cannot find name 'enum'.
  • Steps to reproduce the issue:

I use the standard-Template, which you provide,

Then I call "abp generate-proxy -t ng" in the angular frontend

Results in :

Error: src/app/proxy/books/models.ts:13:9 - error TS2304: Cannot find name 'enum'.

13 type: enum;

I can not build.

except the logs ( i updated now) do you need anything specific

?

Showing 1 to 10 of 21 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 01, 2025, 08:37