edandersen / core-admin

Fully automatic admin site CRUD UI generator for ASP.NET Core and .NET 8
Other
560 stars 106 forks source link

Static files not found #90

Open taha-abujrad opened 1 year ago

taha-abujrad commented 1 year ago

I am using .net 7 I installed the package and added the necessary lines in the Program.cs after visiting the url, the contect was displayed with no styling.

when opening the network tab in the browser, most of the static files reported not found. am I missing something? are there any additional required packages that need to be installed, for the static files to be read?

shmulyeng commented 8 months ago

Any update on this?

iwedaz commented 7 months ago

You have to add middleware app.UseStaticFiles();

Also mentioned in #72 It's time for a PR