Skip to content

Commit

Permalink
Use 127.0.0.1 instead of localhost for polling
Browse files Browse the repository at this point in the history
The issue was caused by a configuration change by webpack.

See cypress-io/github-action#534
  • Loading branch information
danjov committed Mar 16, 2023
1 parent 59fb8b4 commit fa76f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ClientApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"prestart": "node aspnetcore-https && node aspnetcore-react",
"start": "rimraf ./build && react-scripts start",
"build": "react-scripts build",
"test": "start-server-and-test start http-get://localhost:44472 cy:run",
"test": "start-server-and-test start http-get://127.0.0.1:44472 cy:run",
"eject": "react-scripts eject",
"lint": "eslint ./src/ && eslint ./cypress/",
"cy:run": "cypress run",
Expand Down

0 comments on commit fa76f42

Please sign in to comment.