Styles not rendered Blaser Server / Blazor Tailwind Server

I created a blank new blazor server and a new blank tailwind server app with Service Stack.

In both apps the styles are not rendered.

Looks like this:

Which blazor template are you using?

Have you run tailwind?

$ npm run ui:dev

I tried this
Screenshot 2025-03-16 173237
and this

I found the reason.
If I open it with edge, every thinks look good.

Cleaing the cache in chrome did it.

Solved.

1 Like