You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I actually upgraded an existing v1 to v5 and did make lots of changes to various components.
But i am now facing a funky problem: the blazorStrap.js file is overridden in prod by the _Host.cshtml content, so no client-side scripts work. Only happens in prod, not local.
I've not migrated to the new .net6 model with the single file, sticking to the old style for the time being.
Any clues?
---- update
Fixed; bug is on linux only due to a casing issue blazorstrap.js vs blazorStrap.js; on linux even .net is case sensitive.
V1x Targets
Bootstrap 4
if your usingBootstrap 4
do not upgrade to the V5x seriesV5x Targets
Bootstrap 5
use this package is your usingBootstrap 5
.The text was updated successfully, but these errors were encountered: