I am running a blazor server website at http://dev.softwaretechnik.it
Unfortunately the following are the minimum browser version requirements.
- Firefox 78 (2020-06-30 !!) (current is 84)
- Edge 80 (2020-02-07 !!) (current is 87)
- Opera 53 (2018-05-12 !) (current 71)
- Chrome 66 (2018-04-17 !) (current 87)
Older versions will just show a blank page. What?!
Could it be caused by css isolation feature of NET 5?
EDIT: see my answer below.
The site is an open source community project hosted at GitHub.
_Host.cshtml: https://github.com/CleanCodeX/WebApp.SoE/blob/main/Pages/_Host.cshtml
Startup.cs: https://github.com/CleanCodeX/WebApp.SoE/blob/main/Startup.cs
The rest is pretty much standard.
Any clues what's going wrong here?