Ok. Thanks
Thanks that is really helpful.
Is there any way to cache ListService result for a while like in the rx.js operator SharePlay()?
It is OK. I will try it and let you know. Thanks
Any updates?
Version 8.0.2 (Angular - EFCore)
After updating to Abp 8.0.2, extra properties for Tenant and OrganizationUnit entities defined in the ModuleExtensionConfigurator file which need to be selected by lookup as described here: https://docs.abp.io/en/abp/latest/Module-Entity-Extensions#navigation-properties-foreign-keys result in the following frontend error: No provider for NgControl found in NodeInjector.
The error also occurs in a fresh minimal project. Hi @EngincanV, Is there a fix or workaround for this issue?
Any update on this regards?
Version 8.0.2 (Angular - EFCore)
After updating to Abp 8.0.2, extra properties for Tenant and OrganizationUnit entities defined in the ModuleExtensionConfigurator file which need to be selected by lookup as described here: https://docs.abp.io/en/abp/latest/Module-Entity-Extensions#navigation-properties-foreign-keys result in the following frontend error: No provider for NgControl found in NodeInjector.
The error also occurs in a fresh minimal project. Hi @EngincanV, Is there a fix or workaround for this issue?
Is there any way to set a working directory for the host app?
hi If the files exist in /home/site/wwwroot. I'm not sure about the cause of the problem. Could it be permission?
As far as I found out, in linux the host app ignores the /apihost/ directory when running on, for example, wwwroot/apihost/projectname.HttpApi.Host.dll. It acts as if it is running directly under wwwroot. Therefore it cannot find all appsetting.json under wwwroot/apihost/.
I also deployed the application directly under wwwroot, but the error still occurred.