-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
server closed unexpectedly while running on Azure. #253
Comments
Possibly related #250 |
Any progress on finding the issue? It seems the bug is not platform dependend. |
I did not have time to look into this
…Sent from my iPhone
On Apr 29, 2020, at 15:46, Peter Boomsma ***@***.***> wrote:
Any progress on finding the issue? It seems the bug is not platform dependend.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
I've also been debugging this for the last 24 hours. It appears the issue is here: facebook/create-react-app#8688 React-scipts added some shutdown logic in a patch release that's broken and causing issues in both Docker and CI environments. |
I have the same issue in CircleCI: https://app.circleci.com/pipelines/github/dominikwilkowski/bronzies/122/workflows/aafbb9bc-9d96-4836-8204-2c03a545d5c0/jobs/247 Seems related. What's curious though is that when I ssh into the instance and run the same command that fails in ci, it runs without issues suggesting that the ssh session keeps something alive that's otherwise shutdown in ci. |
I'm facing the same issue 😭 |
FYI, I was running into this exact error after upgrading react-scripts to 3.4.1 while running Cypress tests in an Azure pipeline with start-server-and-test. |
Just tried the solution from @DAnselC but it still fails the same way in circleCI... Thanks for sharing though. Might help someone else with Azure... |
Related #250 |
Is this a bug report or a feature request?
Bug report
If this is a bug report, please provide as much info as possible
"start-server-and-test": "^1.11.0",
Microsoft Azure
Run a Cypress test on a Azure environment
server closes unexpectedly
The text was updated successfully, but these errors were encountered: