Hello guys,
So, I found and applied the guidings in https://support.abp.io/QA/Questions/700/How-can-I-change-logo-in-Blazor-UI I managed to get it working in Identity server but not in Blazor (tiered solution). This is how the classes and component look like:
Any hint would be of help. Thank you in advance!
Hello guys!
I am in need of assistance. I published a small Blazor app (tiered solution) on IIS Server. Modified the appsettings so that all works fine except for FileManagement (file system not dataBase). I can save a file, I can look it up and it is all neetly organized in folders under host and tenants but when I try to download it, the below error appears:
On the left I wanted you to see that all works great in development , but after publishing, the error on the right appears.
When I try to retrieve it from the API, I get a 406 error: "_abperrorformat: true accept-ranges: bytes content-disposition: attachment;filename="text.txt" content-type: text/plain date: Tue,06 Jul 2021 08:00:25 GMT server: Microsoft-IIS/10.0 x-powered-by: ASP.NET"
I am sure it is something minor that I forgot, but I can't figure it out on my own. Any help would be appreciated. Thank you!