hi
Can you check the HTML structure via the chrome elements tool?
hi
https://docs.microsoft.com/en-us/aspnet/core/tutorials/publish-to-iis?view=aspnetcore-6.0&tabs=visual-studio https://docs.abp.io/en/commercial/latest/guides/identityserver-deployment
hi
https://github.com/abpframework/abp/issues/11437#issuecomment-1020686936
You are welcome.
Thanks, we'll have a try
This will disable the Language Management feature. You need the troubleshooting now.
A TIRED blazor server side application。
Please share the code of the ConfigureAuthentication method.
Sorry but I don't quite get it, what's the point of disabling the console log output?
https://stackoverflow.com/questions/30418886/how-and-why-does-quickedit-mode-in-command-prompt-freeze-applications?answertab=votes#tab-top
You can remove the DynamicLocalizationResourceContributor.
Configure<AbpLocalizationOptions>(options =>
{
options.GlobalContributors.Remove DynamicLocalizationResourceContributor
});
hi
You cannot call controller methods from application services in a monolithic project.
Like I said above and shared URL, you can control IRemoteStreamContent in the controller and app services.
If your app services dynamically generate the APIs, I recommend you exclude this method and implement and call the app service in a new controller.