You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Repro steps
I ran into an issue on my fairly large nextjs app when moving from a custom server which ran using https to the next start server running on http. I was able to make a minimal repro here. (kindly ignore the repo name. That was initially created for a different issue)
yarn install
yarn test:integration
running curl http://localhost:3333 returns the html string
I'm using http-get on account of the webpack dev server.
expected behavior
start-server-and-test recognizes the running server and kicks off the test suite
actual behavior
Permanent loop of ECONNREFUSED errors until timeout limit is reached
I've tried tcp:3333 syntax, with the same result. I'm really not sure why it can't reach the server address.
The text was updated successfully, but these errors were encountered:
bug report
Repro steps
I ran into an issue on my fairly large nextjs app when moving from a custom server which ran using https to the
next start
server running on http. I was able to make a minimal repro here. (kindly ignore the repo name. That was initially created for a different issue)yarn install
yarn test:integration
running
curl http://localhost:3333
returns the html stringI'm using
http-get
on account of the webpack dev server.I've tried tcp:3333 syntax, with the same result. I'm really not sure why it can't reach the server address.
The text was updated successfully, but these errors were encountered: