Hello,
I reverted everything to the original state, and I'm now seeing this:
AbpException: Could not find the bundle file '/libs/@fortawesome/fontawesome-free/css/all.css' for the bundle 'Blazor.LeptonTheme.Global'!
Volo.Abp.AspNetCore.Mvc.UI.Bundling.TagHelpers.AbpTagHelperResourceService.ProcessAsync(ViewContext viewContext, TagHelper tagHelper, TagHelperContext context, TagHelperOutput output, List<BundleTagHelperItem> bundleItems, string bundleName)
Volo.Abp.AspNetCore.Mvc.UI.Bundling.TagHelpers.AbpBundleTagHelperService<TTagHelper, TService>.ProcessAsync(TagHelperContext context, TagHelperOutput output)
Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperRunner.<RunAsync>g__Awaited|0_0(Task task, TagHelperExecutionContext executionContext, int i, int count)
NewsMax.Blazor.Pages._Pages__Host.<ExecuteAsync>b__16_0() in _Host.cshtml
<abp-style-bundle name="@BlazorLeptonThemeBundles.Styles.Global" />
Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperExecutionContext.SetOutputContentAsync() NewsMax.Blazor.Pages._Pages__Host.ExecuteAsync() in _Host.cshtml
<html lang="@CultureInfo.CurrentCulture.Name" dir="@rtl">
Microsoft.AspNetCore.Mvc.Razor.RazorView.RenderPageCoreAsync(IRazorPage page, ViewContext context) Microsoft.AspNetCore.Mvc.Razor.RazorView.RenderPageAsync(IRazorPage page, ViewContext context, bool invokeViewStarts) Microsoft.AspNetCore.Mvc.Razor.RazorView.RenderAsync(ViewContext context) Microsoft.AspNetCore.Mvc.ViewFeatures.ViewExecutor.ExecuteAsync(ViewContext viewContext, string contentType, Nullable<int> statusCode) Microsoft.AspNetCore.Mvc.ViewFeatures.ViewExecutor.ExecuteAsync(ViewContext viewContext, string contentType, Nullable<int> statusCode)
Hello,
I tried that, and now I'm getting the error:
Exception thrown: 'Volo.Abp.AbpException' in System.Private.CoreLib.dll ("Could not find file '/libs/abp/core/abp.css'") Exception thrown: 'Volo.Abp.AbpException' in System.Private.CoreLib.dll ("Could not find file '/libs/abp/core/abp.css'")
I see the abp.css file in the node_modules folder, but not in a "lib" folder.
Thanks!