After upgrade to v2, the data connection parameters got lost, it’s ok.
I have used the very same input parameters to define a data connection over a certificate.
It was working on v1.8, but fails in V2 beta with the following error message:
“Unable to establish websocket connection. Unable to connect to the remote server The SSL connection could not be established, see inner exception. The remote certificate is invalid according to the validation procedure: RemoteCertificateNameMismatch, RemoteCertificateChainErrors”
Over a Windows connection type:
“Websocket closed unexpectedly (EndpointUnavailable):”
If that helps, I see the below entry in the error logs:
2022-06-07 16:50:04.6076 Microsoft.AspNetCore.Components.Server.Circuits.CircuitHost.ReportUnhandledException Error Unhandled exception in circuit ‘ZncRLSDsMTbxhw7LdT7PocJHwq-O1NYLsb29lMd9YZY’. Microsoft.JSInterop.JSException: Failed to fetch dynamically imported module: http://FULLSERVERNAME:8443/_content/Syncfusion.Blazor/scripts/syncfusion-blazor-28e68d.min.js
TypeError: Failed to fetch dynamically imported module: http://FULLSERVERNAME:8443/_content/Syncfusion.Blazor/scripts/syncfusion-blazor-28e68d.min.js
at Microsoft.JSInterop.JSRuntime.InvokeAsync[TValue](Int64 targetInstanceId, String identifier, Object[] args)
at Microsoft.JSInterop.JSRuntimeExtensions.InvokeVoidAsync(IJSRuntime jsRuntime, String identifier, Object[] args)
at Syncfusion.Blazor.Internal.SfBaseUtils.ImportModule(IJSRuntime jsRuntime, SfScriptModules scriptModule, String hashKey)
at Syncfusion.Blazor.SfBaseComponent.OnAfterRenderAsync(Boolean firstRender)
at Microsoft.AspNetCore.Components.RenderTree.Renderer.GetErrorHandledTask(Task taskToHandle, ComponentState owningComponentState)
Can you please post a screenshot of your connection settings? If you would prefer to not share publicly, please submit via the support forum or a contact form.