We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63f99e6 commit 3eb3f4eCopy full SHA for 3eb3f4e
src/BootstrapBlazor/Services/WebClientService.cs
@@ -42,7 +42,7 @@ public async Task<ClientInfo> GetClientInfo()
42
43
try
44
{
45
- _jsModule ??= await runtime.LoadModuleByName("client");
+ _jsModule ??= await runtime.LoadModule("./_content/BootstrapBlazor/modules/client.js");
46
_interop ??= DotNetObjectReference.Create(this);
47
await _jsModule.InvokeVoidAsync("ping", "ip.axd", _interop, nameof(SetData));
48
0 commit comments