Hi everybody,
selecting grid from a newly generated Syncfusion application by template studio (Serverside Ver. 18.1.0.42 / VS Community Version 16.5.2) I get the following error:
blazor.server.js:15 [2020-04-06T13:35:21.553Z] Error: Microsoft.JSInterop.JSException: Unexpected token s in JSON at position 428
SyntaxError: Unexpected token s in JSON at position 428
at JSON.parse (<anonymous>)
at Object.load (https://localhost:44302/_content/Syncfusion.Blazor/scripts/syncfusion-blazor.min.js:1:152670)
at https://localhost:44302/_framework/blazor.server.js:8:31421
at new Promise (<anonymous>)
at e.beginInvokeJSFromDotNet (https://localhost:44302/_framework/blazor.server.js:8:31390)
at https://localhost:44302/_framework/blazor.server.js:1:19202
at Array.forEach (<anonymous>)
at e.invokeClientMethod (https://localhost:44302/_framework/blazor.server.js:1:19173)
at e.processIncomingData (https://localhost:44302/_framework/blazor.server.js:1:17165)
at e.connection.onreceive (https://localhost:44302/_framework/blazor.server.js:1:10276)
at Microsoft.JSInterop.JSRuntime.InvokeWithDefaultCancellation[T](String identifier, Object[] args)
at Syncfusion.Blazor.ResourceManager.OnAfterRenderAsync(Boolean firstRender)
at Microsoft.AspNetCore.Components.RenderTree.Renderer.GetErrorHandledTask(Task taskToHandle)
The same happens when generating a schedule app.
blazor.server.js:15 [2020-04-06T13:40:31.708Z] Error: Microsoft.JSInterop.JSException: Unexpected token s in JSON at position 428
SyntaxError: Unexpected token s in JSON at position 428
at JSON.parse (<anonymous>)
at Object.load (https://localhost:44302/_content/Syncfusion.Blazor/scripts/syncfusion-blazor.min.js:1:152670)
at https://localhost:44302/_framework/blazor.server.js:8:31421
at new Promise (<anonymous>)
at e.beginInvokeJSFromDotNet (https://localhost:44302/_framework/blazor.server.js:8:31390)
at https://localhost:44302/_framework/blazor.server.js:1:19202
at Array.forEach (<anonymous>)
at e.invokeClientMethod (https://localhost:44302/_framework/blazor.server.js:1:19173)
at e.processIncomingData (https://localhost:44302/_framework/blazor.server.js:1:17165)
at e.connection.onreceive (https://localhost:44302/_framework/blazor.server.js:1:10276)
at Microsoft.JSInterop.JSRuntime.InvokeWithDefaultCancellation[T](String identifier, Object[] args)
at Syncfusion.Blazor.ResourceManager.OnAfterRenderAsync(Boolean firstRender)
at Microsoft.AspNetCore.Components.RenderTree.Renderer.GetErrorHandledTask(Task taskToHandle)
Does not seem to be control specific.
regards
Uwe