Hello, we are forking and deploying our backend and frontend applications. However, while running the tests, we are getting "No response from server". I logged some requests to debug this and saw that we are getting "AxiosError: write ECONNRESET" error. I don't understand why we are getting this, but I know that we are only getting it on the /build endpoint. Can you help?
Changing the Axios config and adding a timeout or adding a retry mechanism could be a workaround, but if there is a definitive solution, we would like to implement it. I may not have opened the issue in the right place.
Hello, we are forking and deploying our backend and frontend applications. However, while running the tests, we are getting "No response from server". I logged some requests to debug this and saw that we are getting "AxiosError: write ECONNRESET" error. I don't understand why we are getting this, but I know that we are only getting it on the /build endpoint. Can you help?
Changing the Axios config and adding a timeout or adding a retry mechanism could be a workaround, but if there is a definitive solution, we would like to implement it. I may not have opened the issue in the right place.