You have probably hit this issue with static web assets (not specific to Radzen). The discussion continues here. The official instructions say that assets work by default in Development only. During publish they are extracted and copied in the wwwroot directory. Long story short if you don't have "ASPNETCORE_ENVIRONMENT": "Development"
you should invoke UseStaticWebAssets
1 Like