Xabaril / AspNetCore.Diagnostics.HealthChecks

Enterprise HealthChecks for ASP.NET Core Diagnostics Package
Apache License 2.0
4.05k stars 793 forks source link

material.css has invalid woff2 file #2219

Closed JimPShaw closed 2 months ago

JimPShaw commented 4 months ago

.Net core 8, chrome browser.

The material icons do not display properly (not loaded properly) due to an error in browser decoding the woff2 file for the material icons.

dtwilliams10 commented 4 months ago

Pretty sure this is a duplicate of #2130

TLDR this Stack Overflow link should get you up and running until the bug is fixed. https://stackoverflow.com/questions/77696948/healtcheckui-in-net-issues-with-icons/78185081#78185081

JimPShaw commented 4 months ago

Thanks, workaround is good.

camiteca commented 3 months ago

The problem with the workaround is that it's only useful if you can reach the internet on your host.

Jamie-Clayton commented 3 months ago

Fixed in https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/pull/2217

Alirexaa commented 2 months ago

close this as completed via #2217