Hi,
Yes you can create multiple microservices sharing same DB.
Please check this similar ticket if find helpful https://support.abp.io/QA/Questions/1636/How-i-can-implement-shared-database-using-Microservices-in-other-words---How-more-than-one-microservice-can-use-the-same-database
Hi,
can you please share any logs?
Thanks for update,
can we close this ticket as issue resolved?
For setting default theme , you can add below code in **WebModule.ts
private void ConfigureTheme()
{
Configure<LeptonXThemeOptions>(options =>
{
options.DefaultStyle = LeptonXStyleNames.System; //here you can add any theme, you want to set as default
});
}
Hi,
It seems your files are not uploaded into Server
You can try to add below code in **.Web.csproj
file, so that files will be uploaded into server and styles will be rendered
<Content Include="Themes\LeptonX\Global\side-menu\css\bootstrap-red.css"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> <Content Include="Themes\LeptonX\Global\side-menu\css\red.css"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content>
Hello hinairusu,
can you please check once is Themes
folder is present or not at your server?
please confirm on this.
thanks
Hello,
please check this discussion https://support.abp.io/QA/Questions/1404 https://support.abp.io/QA/Questions/3667/Angular-Replace-Component
Please let me know if it helps you.
thanks
Hi,
please check similar ticket https://support.abp.io/QA/Questions/6370/how-to-add-abp-tab-in-components-i-already-seen-manage-profile-tab-documents-i-cant-understand
Hi,
please check this https://github.com/abpframework/abp/issues/7713 if find helpful
Thanks for update !
Hi,
please check this https://support.abp.io/QA/Questions/1774/Redis--help-me-understand-why-it-is-needed
thanks