abp icon indicating copy to clipboard operation
abp copied to clipboard

Proxy error - " Type 'Entity' is not generic."

Open jefffernando opened this issue 4 months ago • 2 comments

Is there an existing issue for this?

  • [x] I have searched the existing issues

Description

Image

Error: src/app/proxy/volo/abp/domain/entities/models.ts:7:51 - error TS2315: Type 'Entity' is not generic.

7 export interface BasicAggregateRoot<TKey> extends Entity<TKey> { ~~~~~~~~~~~~

** Angular Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/ **

Image

Reproduction Steps

No response

Expected behavior

No response

Actual behavior

No response

Regression?

No response

Known Workarounds

No response

Version

9.3.2

User Interface

Angular

Database Provider

EF Core (Default)

Tiered or separate authentication server

Tiered

Operation System

Windows (Default)

Other information

No response

jefffernando avatar Aug 31 '25 15:08 jefffernando

hi

  • Reproduction Code and Steps

Thanks

maliming avatar Sep 01 '25 00:09 maliming

This happened when entity model (Domain) added by mistake as return\input type of any application (service) method.

antonGritsenko avatar Sep 11 '25 22:09 antonGritsenko