I running "dotnet watch" after follow the instructions on this link "https://preview.keenthemes.com/blazor/metronic/docs/getting-started" without any modifications. When I open the "/signin" route, the page loads but I receive this error on console:
warn: Microsoft.AspNetCore.Components.Server.Circuits.RemoteRenderer[100]
Unhandled exception rendering component: Could not find 'KTSigninGeneral.init' ('KTSigninGeneral' was undefined).
Error: Could not find 'KTSigninGeneral.init' ('KTSigninGeneral' was undefined).
at http://localhost:5170/_framework/blazor.server.js:1:497
at Array.forEach (
This prevents the form to validate the fields.
Hi Eduardo,
Did you build assets our theme assets?
Make sure that you have Starterkit/wwwroot/assets folder.
For more info check "Build Assets" section in our doc: https://preview.keenthemes.com/blazor/metronic/docs/getting-started#build-assets
Regards,
Lauris Stepanovs,
Keenthemes Support Team