"An error occurred while communicating with the remote host. The error code is 0x800703E3."
"The client is disconnected because the underlying request has been completed. There is no longer an HttpContext available."
I received these errors in Service Center. The data is coming up empty in the application and I think it is due to this error. It only occurs sometimes when refreshing the screen. Other times, the screen loads the data just fine. Has anyone else experienced this issue or know how to resolve this or why this happens?
Hi Joeyy
Sometimes this could happen when for example we have an aggregate that is depending on another aggregate. So by default, they have the fetch set at start, meaning when the screen start render both starts fetching the data at the same time, so as one is depending on another the probability to not have data is big. To fix this we need to set the fetch of the first aggregate at start and the second On demand
Regards
Gonçalo Almeida
We are experiencing the exact same issue. We have already set our data fetches that depend on other data to on demand and call them in a certain order. This has not resolved the issue and we are still receiving the same exceptions in Service Center. Any suggestions would be appreciated.