I have a very strange behavior. As soon as I am not on "Development" I get 404s on all static files
I added app.UseCoreAdminCustomAuth((serviceProvider) => Task.FromResult(true)); to make sure I am always authenticated. But still, the issue happens.
my program.cs looks like this:
I have a very strange behavior. As soon as I am not on "Development" I get 404s on all static files
I added app.UseCoreAdminCustomAuth((serviceProvider) => Task.FromResult(true)); to make sure I am always authenticated. But still, the issue happens. my program.cs looks like this: