Blazor Server-side app unable to load resources after deploying

I was unable to load the images in the login page for the blazor app



User image after logging in showed up though

What's the url of the failed picture? Just deployed our server Blazor CRM to my local IIS and the login screen worked normally:



The unreachable link

The deployed location

It looks like the iamge URL is suppose to be localhost/RadzenCrm/wwwroot/assets/images
Test browse to localhost/RadzenCrm/wwwroot/assets/images/login-background.png in your webb browser and see if that works.

It was not accessible