Smidge error: A bundle with the name:umbraco-backo...
# help-with-umbraco
s
Umbraco 13.3.2 - i've added smidge bundling to the front end of a new site i'm building, all works fine. However the back office now gives me this error: Smidge.BundleNotFoundException: A bundle with the name:umbraco-backoffice-non-optimized-css could not be found. at Smidge.SmidgeHelper.GenerateBundleUrlsAsync(String bundleName, String fileExt, Boolean debug) at Smidge.SmidgeHelper.GenerateCssUrlsAsync(String bundleName, Boolean debug) at Smidge.SmidgeHelper.CssHereAsync(String bundleName, Boolean debug) at Umbraco.Cms.Web.Common.RuntimeMinification.SmidgeRuntimeMinifier.RenderCssHereAsync(String bundleName) at AspNetCoreGeneratedDocument.umbraco_UmbracoLogin_Index.<>c__DisplayClass24_0.<b__0>d.MoveNext() Why would this be? I just can't get past this unless I remove the smidge code. Tried searching and nothing comes up so a little stumped at the moment. Any ideas? I'm not touching any back office packages or setup - followed the initial details from @CodeSharePaul post on https://codeshare.co.uk/blog/how-to-set-up-smidge-properly-in-umbraco/
Using TagHelpers resolved it but not ideal, as soon as I enable bundling via the program.cs it goes pete tong
204 Views