We are developing modules for Azure IOT-Edge. As we need a simple HTML-GUI I decided to add a Blazor-module (https://dotnet.microsoft.com/apps/aspnet/web-apps/blazor) to our IOT-Edge solution. But when I try to run my solution in the IOT-Edge-Simulator there are no stylesheets in my webpage.
When I run my Blazor-App with the IOT-Edge-Project from inside Visual Studio for Debugging it looks like this:
When I start it as a dedicated project it looks like this:
When it is built and deployed via docker on my physical IOT-Edge devices it also works...
I first looked after the Content root path but it is the same in both scenarios...
What am I doing wrong?