Page can't load any Radzen Blazor components

None of the radzen components, even simple DropDown loads correctly. Seems like some js or css from Radzen can't load. Any guideline or instruction on how to fix this will be very helpful.

Error on developer tool page->Console:
Failed to load resource: the server responded with a status of 404 ()
Radzen.Blazor.js:1 Failed to load resource: the server responded with a status of 404 ()
blazor.server.js:1 [2020-08-06T19:37:14.106Z] Information: Normalizing '_blazor' to 'https://localhost:44308/_blazor'.

You can follow the instructions here:
https://blazor.radzen.com/get-started

I have followed all the instruction given there. No luck. Upon several debugging, found that, this is not loading at all: < script src="_content/Radzen.Blazor/Radzen.Blazor.js" >

I am creating a prototype for our new web project and this is blocking me. Now we are thinking whether we should go with some other technologies rather than waiting to fix this? We have done enough troubleshooting and we are now left with no way out. Please help me.

Below snap, the control is actually Radzen DropDown (which seems like TextBox). When I click that, I get error "Radzen is not defined". This seems like Radzen java script is not properly loaded or not found

But when I hiver over Dropdown element at ui, It clearly sees the Radzen ref:
image

Maybe you've hit this:

1 Like

Thanks a lot. This solves the issue. Appreciated!!!