Hi,
You need use https
and update the appsettings
files to update ip address.
Hi,
Can you explain in detail?
Hi @Leaf
Please create a new question to discuss. thanks.
You need to put the localization middleware before UseAuthorization
Hi,
Please see https://docs.abp.io/en/abp/latest/Tutorials/Part-10?UI=MVC&DB=EF
First remove the following code in your TiedemoWebModule
class.
[DependsOn(typeof(AbpAccountPublicWebModule))]
[DependsOn(typeof(AbpAccountPublicWebIdentityServerModule))]
It works fine. About show the SampleApp module menus you can add module dependencies to the Tiedemo.
typeof(SampleAppApplicationModule)
to TiedemoApplicationModule
typeof(SampleAppApplicationContractsModule)
to TiedemoApplicationContractsModule
typeof(SampleAppDomainModule)
to TiedemoDomainModule
typeof(SampleAppDomainSharedModule)
to TiedemoDomainSharedModule
typeof(SampleAppEntityFrameworkCoreModule)
to TiedemoEntityFrameworkCoreModule
typeof(SampleAppHttpApiModule)
to TiedemoHttpApiModule
typeof(SampleAppHttpApiClientModule)
to TiedemoHttpApiClientModule
typeof(SampleAppWebModule)
to TiedemoWebModule
NOTE: If your module have entities , you need add migration file.
If you have the SampleApp
permission, you will see the menus:
Hi,
You don't need to reference the source code, ABP provides some ways to extend the UI, it include change the layout. See https://docs.abp.io/en/abp/3.1/UI/AspNetCore/Customization-User-Interface#overriding-a-view-component
Yes , I can. @Leaf Could you share the github repository to me ? my email : shiwei.liang@volosoft.com
Hi,
We have created an issue for this ,it will fix in next version. but now, you need fix it manually.