CSS and JS not dynamically served

Trying Radzen for the first time. I am trying to add the controls to an already developed application. When running the application, the css and js files are not being dynamically served. If I look in the sources tab in dev tools, the files in question are not found. I followed these directions (https://blazor.radzen.com/get-started) and also tried doing an import in the css file as well instead of the _Host.cshtml. All of the suggested topics did not seem to help. Thanks in advance

Hi @ckuyken,

Check this thread.

That was it. Thank you very much.