hi
Can you use GIT to help you to degrade? Use git to check all files' previous content.
We will release the 8.1.2 soon.
https://www.google.com/search?q=git+revert+to+previous+commit
hi
Cannot assign requested address (localhost:44395)
Is http://localhost:44395/ can communicate in your backoffice-api container?
Please set the correct AuthServer:Authority URL in your docker environment.
Example:
{
"AuthServer": {
"Authority": "http://backoffice-authserver",
"RequireHttpsMetadata": false,
"MetaAddress": "http://backoffice-authserver",
"SwaggerClientId": "MyProjectName_Client_Id"
}
}
hi
https://support.abp.io/QA/Questions/3448/How-to-Deploy-Net-60-web-api-Application-on-windows-server-IIS#answer-5f70c8df-651b-08ba-ec76-3a053289a6f4 https://support.abp.io/QA/Questions/3327/Health-Check-Problem-on-IIS-SystemUriFormatException-Invalid-URI-The-hostname-could-not-be-parsed#answer-51baf847-087a-2aa1-1d76-3a04d9420894
hi
Can you share the details error of Request Entity Too Large error?
Thanks
You're welcome. : )
hi
Your question credits has been refunded.
hi
In the application solution, added some cshtml templates, for use with the emailing + text templating system.
Bundle problem.
Please share the content of the https://yourdockerwebsite/Cns.CloudTools.Blazor.styles.css in docker.
Btw you are not using the CloudControlCenterBundleContributor class in your project. see https://docs.abp.io/en/abp/latest/UI/AspNetCore/Bundling-Minification#bundle-contributors
The Index.razor.css is load by https://learn.microsoft.com/en-us/aspnet/core/blazor/components/css-isolation?view=aspnetcore-8.0
hi
You can check our migration guide.
https://docs.abp.io/en/abp/latest/Migration-Guides/Abp-7_4#exposing-integration-services
https://docs.abp.io/en/abp/latest/Migration-Guides/Index https://docs.abp.io/en/commercial/latest/migration-guides/index
hi
Please share the source code of the test application and module.
liming.ma@volosoft.com
Thanks.
hi
Try to add the code below to your IdentityServiceHttpApiHostModule
Configure<AbpAspNetCoreMvcOptions>(options =>
{
options.ExposeIntegrationServices = true;
});