What about info logs?
Please share the context logs when SignalR tries to connect.
hi
Are there any errors on the backend app?
however when I run it although it may work the first and second time, but eventually it gives me a 'Volo.Abp.Http.Client.AbpRemoteCallException: An error occurred during the ABP remote HTTP request. (The operation was canceled).' error. At this point I'm out of ideas and need assistance getting this test solution to work consistently every time.
I have tried several times, but can't reproduce the problem. Is there another way?
hi
In which project are these codes located?
https://support.abp.io/QA/Questions/4154#answer-d85b2d49-33af-095c-f391-3a07fad9ab95
hi
UI crashes when too much data exists & call runs into timeout.
Can you share error screenshot and logs from browser console?
You can't. : ( This is designed by blazor.
hi
This line doesn't set the ServiceProvider of ValidationContext
if (NewTestDataContext.Validate() == false)
{
return;
}
hi
_yourModal.onOpen(function () {
_yourModal.getForm().abpAjaxForm({
error: function (jqXhr) {
var error = jqXhr.responseJSON.error;
return false;
}
});
})
hi
What's content of your modal.js?