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__16
1[[Microsoft.JSInterop.IJSObjectReference, Microsoft.JSInterop, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60]].MoveNext() at Blazorise.Modules.JSNumericPickerModule.Initialize(DotNetObjectReference
1 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.
2 Answer(s)
-
0
Hi,
You can use
abp clean
command and try again. -
0
Thank you, that's found.