Blazor.Notifications icon indicating copy to clipboard operation
Blazor.Notifications copied to clipboard

Unable to load script on wasm

Open TeraWord opened this issue 4 years ago • 0 comments

In this call the uri starts with "./..." in this way blazor try to load sript from the current page and not from the base of the site:

_moduleTask = new(() => jsRuntime.InvokeAsync<IJSObjectReference>("import", "./_content/Append.Blazor.Notifications/scripts.js").AsTask());

TeraWord avatar Oct 29 '21 14:10 TeraWord