ABP Framework version: v5.2.0-rc.1
UI type: Blazor Wasm
DB provider: EF Core
Tiered (MVC) or Identity Server Separated (Angular): no
Exception message and stack trace:
I get this error:
global.js?_v=637738806930402996:249
crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100]
Unhandled exception rendering component: The requested module './utilities.js' does not provide an export named 'firstNonNull'
SyntaxError: The requested module './utilities.js' does not provide an export named 'firstNonNull'
Microsoft.JSInterop.JSException: The requested module './utilities.js' does not provide an export named 'firstNonNull'
SyntaxError: The requested module './utilities.js' does not provide an export named 'firstNonNull'
at Microsoft.JSInterop.JSRuntime.<InvokeAsync>d__161[[Microsoft.JSInterop.IJSObjectReference, Microsoft.JSInterop, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60]].MoveNext() at Blazorise.Modules.JSNumericPickerModule.Initialize(DotNetObjectReference1 dotNetObjectRef, ElementReference elementRef, String elementId, Object options)
at Blazorise.NumericPicker`1.
Steps to reproduce the issue:" I had this error after I upgrated from 5.1.4 to 5.2.0-rc.1. Click in Administration -> Identity Management -> Users.
I had the same problem, but with Blazor WebAssembly, after I upgrated from 5.1.4 to 5.2.0-rc.1. I already execute abp install-libs, But I had the next problem:
AbpException: Could not find the bundle file '/libs/flag-icon-css/css/flag-icon.min.css' for the bundle 'Lepton.Global'! Volo.Abp.AspNetCore.Mvc.UI.Bundling.TagHelpers.AbpTagHelperResourceService.ProcessAsync(ViewContext viewContext, TagHelper tagHelper, TagHelperContext context, TagHelperOutput output, List<BundleTagHelperItem> bundleItems, string bundleName)
Hi,
With little changes, this found.
Thank you maliming.
Hello,
I already send you the project through email.
Thank you,
Hello maliming,
I granted you more access to project please try again.
Thank you,
Sure I send you a email.
Thank you,
Thank you maliming, sorry but I don't know where can I put this sentence, is in menu class?
I need hide or show Main Menú Items from Abp Modules.
For example I need hide FileManagement from main menu based on roles or permissions, don't matter if I added permissions inside application I need always hide menu based in other permission. This not found:
var fileMenu = context.Menu.FindMenuItem(FileManagementMenuNames.GroupName);
fileMenu.RequirePermissions("MyProject.Crm.Shared");
Thank you.
- ABP Framework version: v5.0.0-rc2
- UI type: Blazor
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): no
- Exception message and stack trace: no
- Steps to reproduce the issue:"generate page from ABP Suite (rc1 is lastest available now) autocomplete item.DisplayName null exception on edit modal"
- looks like something else is changed in Blazorise
We'll check this
This problem have a solution?, I'm having the same problem.