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("import", "./_content/Append.Blazor.Notifications/scripts.js").AsTask());
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("import", "./_content/Append.Blazor.Notifications/scripts.js").AsTask());