- ABP Framework version: v4.2.2
- UI type: Angular
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): yes
- Exception message and stack trace:
- Steps to reproduce the issue:
I have run 'abp generate-proxy' command update latest proxy.
when I run 'yarn start' command ,the error display below:
Pls advise how to fix it.
11 Answer(s)
-
0
HI yorytang
Can you try to abp 4.3?
-
0
-
0
Can you also try to upgrade the packages in
package.json
, eg@abp/ng.schematics
-
0
-
0
hi yorytang
Can you share a demo project? liming.ma@volosoft.com You can create via cli.
-
0
Your entity interface should be defined as follows:
export interface Entity<TKey> { id: TKey; ... }
-
0
hi yorytang
Can you share a demo project? liming.ma@volosoft.com You can create via cli.
Sorry i can't provide the demo project, but you can do it like this: 1.Create table entity in domain layer , it must be impliment FullAuditedAggregateRoot class. 2.Run 'abp generate-proxy' cmd in angular folder.
-
0
hi yorytang
Your steps are incomplete, I can't reproduce the problem.
-
0
-
0
Not sure. You can try with a new project create via CLI 4.3.
-
0