Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
System.InvalidOperationException: '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.'
the call stack is:
Microsoft.AspNetCore.Components.Server.dll!Microsoft.AspNetCore.Components.Server.Circuits.RemoteJSRuntime.BeginInvokeJS(long asyncHandle, string identifier, string argsJson, Microsoft.JSInterop.JSCallResultType resultType, long targetInstanceId) Unknown
Microsoft.JSInterop.dll!Microsoft.JSInterop.JSRuntime.InvokeAsync
Microsoft.JSInterop.dll!Microsoft.JSInterop.JSRuntime.InvokeAsync
Microsoft.JSInterop.dll!Microsoft.JSInterop.JSRuntime.InvokeAsync
Syncfusion.Blazor.Core.dll!Syncfusion.Blazor.Internal.SfBaseUtils.InvokeMethod
> Syncfusion.Blazor.Core.dll!Syncfusion.Blazor.SfBaseComponent.InvokeMethod
Syncfusion.Blazor.FileManager.dll!Syncfusion.Blazor.FileManager.SfFileManager
Microsoft.AspNetCore.Components.dll!Microsoft.AspNetCore.Components.ComponentBase.CallOnParametersSetAsync() Unknown
Microsoft.AspNetCore.Components.dll!Microsoft.AspNetCore.Components.ComponentBase.RunInitAndSetParametersAsync() Unknown