0
alaam@ecash-pay.com created
- ABP Framework version: v7.3.2
- UI Type: Blazor WASM
- Database System: EF Core (SQL Server)
- Tiered (for MVC) or Auth Server Separated (for Angular): auth server separated
- Architecure: Microservices
- Exception message and full stack trace: no exception
- Steps to reproduce the issue:
in AppService write this code :
throw new UserFriendlyException(L["ItemAlreadyExists"]);
in DomainShared -> en.json write: "ItemAlreadyExists": "Item already exists.",
When calling Action it should shows "Item already exists." in my case, it shows "ItemAlreadyExists"
What is the problem?
Thanks.
I Sent you the solution on email
5 Answer(s)
-
0
hi
in AppService write this code :
Can you share detail steps or screenshots to reproduce this in a new microservice project? Thanks.
-
0
-
0
hi
How can I reproduce this in a new microservice project?
Can you share a new project?
liming.ma@volosoft.com
-
1
-
0
Thank you!
Inheriting from NySampleServiceAppService did solve the problem.
However, please note that this services is generated using your other product ABP Suite.
Regards,