hi
Did you use the Tiered project? Please check the appsettings.json of web.public
if so, the web.public will get data from api, which means you don't need to enable the multi-tenant feature.
hi
Can you able to debug for a brand new project created by cli?
Our API.Host is on Azure not on local. I dont know how to get it from there.
The logs file path isLogs\logs.txt
liming.ma@volosoft.com
hi
Do always reference to other aggregate roots by Id. Never add navigation properties to other aggregate roots.
What is the main reason of this suggestion, could you please give more detail?
It's just a recommended practice, but you don't have to follow it exactly.
If our way is wrong, how should we get Order/Lines and Product details on GetWithNavigationPropertiesAsync method.
This requires an additional query (byId).
hi
What is the purpose of using it?
hi
https://docs.abp.io/en/abp/latest/Modules/OpenIddict#updating-claims-in-access_token-and-id_token https://docs.abp.io/en/abp/latest/Authorization#claims-principal-factory
hu
Will restarting VS work?
The abp project also only has a few projects, it shouldn't take up too much memory.
You can open other projects for testing.
hi
Can you also share the DevExpress NuGet packages source?
I can't restore the packages.
ok, I will try to reproduce, and please share the logs of API.Host