Sorry, something went wrong, please try again later.

JavaScript interop calls cannot be issued at this time. This is because the component is being statically rendered. When prerendering is enabled, JavaScript interop calls can only be performed during the OnAfterRenderAsync lifecycle method.

at Microsoft.AspNetCore.Components.Server.Circuits.RemoteJSRuntime.BeginInvokeJS(Int64 asyncHandle, String identifier, String argsJson, JSCallResultType resultType, Int64 targetInstanceId) at Microsoft.JSInterop.JSRuntime.InvokeAsync[TValue](Int64 targetInstanceId, String identifier, CancellationToken cancellationToken, Object[] args) at Microsoft.JSInterop.JSRuntime.InvokeAsync[TValue](Int64 targetInstanceId, String identifier, Object[] args) at Microsoft.JSInterop.JSRuntimeExtensions.InvokeVoidAsync(IJSRuntime jsRuntime, String identifier, Object[] args) at Webstar.Blazor.Shared.MainLayout.OnSetCulture(CultureInfo culture) in C:\Jenkins_Node\workspace\Webstar (WBST)\WBST-Publish-live\src\src\Webstar.Blazor\Shared\MainLayout.razor:line 231 at Webstar.Blazor.Shared.MainLayout.OnInitializedAsync() in C:\Jenkins_Node\workspace\Webstar (WBST)\WBST-Publish-live\src\src\Webstar.Blazor\Shared\MainLayout.razor:line 132 at Microsoft.AspNetCore.Components.ComponentBase.RunInitAndSetParametersAsync()

Microsoft.AspNetCore.Components.Server