You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered: