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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

2
Votes

Upgraded to 17.4.43 and now getting this error.


Error: Microsoft.JSInterop.JSException: Could not find 'ejsInterop' in 'window'.

Error: Could not find 'ejsInterop' in 'window'.

    at https://localhost:44351/_framework/blazor.server.js:8:30748

    at Array.forEach ()

    at p (https://localhost:44351/_framework/blazor.server.js:8:30709)

    at https://localhost:44351/_framework/blazor.server.js:8:31416

    at new Promise ()

    at e.beginInvokeJSFromDotNet (https://localhost:44351/_framework/blazor.server.js:8:31390)

    at https://localhost:44351/_framework/blazor.server.js:1:19202

    at Array.forEach ()

    at e.invokeClientMethod (https://localhost:44351/_framework/blazor.server.js:1:19173)

    at e.processIncomingData (https://localhost:44351/_framework/blazor.server.js:1:17165)

   at Microsoft.JSInterop.JSRuntime.InvokeWithDefaultCancellation[T](String identifier, Object[] args)

   at Syncfusion.EJ2.Blazor.BaseComponent.OnAfterRenderAsync(Boolean firstRender)

   at Syncfusion.EJ2.Blazor.Notifications.EjsToast.OnAfterRenderAsync(Boolean firstRender)

   at Microsoft.AspNetCore.Components.RenderTree.Renderer.GetErrorHandledTask(Task taskToHandle)