I think the tiered
project is not applicable devexpress UI.
hi
this seems asp net core issue
https://github.com/dotnet/aspnetcore/issues/38842
hi
The abp application supports the standard oauth2 protocol (Identity Server or OpenIddict)
You can use odic or other oauth2 flow according to your application. We don't have much advice. If you got an error, You can share it.
hi
it tells me the repository has not been registered.
You are using the Tiered project, You shouldn't reference the DashboardSample.Application.csproj
on DashboardSample.Web
.
Web doesn't depend on Application
so dependency injection won't work.
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?