The client is disconnected because the underlying request has been completed. There is no longer an HttpContext available.
I am getting above error from various entity & data action. Can anyone give idea for solving this issue. Thanks in advance.
Hi @Vijay Dhasnamoorthy
May be it's possible that the HTTP request is completed before the data action finishes processing. Since the HTTP request/response cycle is completed, there's no active HttpContext available for the data action to use.or please OML or more detail about this issue.
Regards ,
Rajat
Hi,
Increase the Server Request Timeout Value for the Module under Properties and check.
Also ensure that your data fetch logic doesn't create infinite loops or circular dependencies.
Regards,