Version
1.61.1
Steps to reproduce
Use Docker to run Playwright using image mcr.microsoft.com/playwright:v1.61.1-resolute.
This image contains NodeJS 24.17.0. The v1.61.0 image contains NodeJS 24.16.0.
NodeJS 24.17.0 has a bug in node fetch that throws a ERR_STREAM_PREMATURE_CLOSE error when it should not
This ticket nodejs/node#64098 reports:
A fix will be present in v26.4.0, v24.18.0 and v22.23.1 as they become available.
Can an updated Docker image be published for for 1.61.1 that contains NodeJS 24.18.0?
Until then I will revert to the 1.61.0 image.
Expected behavior
fetch to work
Actual behavior
fetch calls randomly fail in the tests because of the problem in NodeJS 24.17.0
Additional context
No response
Environment
Version
1.61.1
Steps to reproduce
Use Docker to run Playwright using image mcr.microsoft.com/playwright:v1.61.1-resolute.
This image contains NodeJS 24.17.0. The v1.61.0 image contains NodeJS 24.16.0.
NodeJS 24.17.0 has a bug in node fetch that throws a ERR_STREAM_PREMATURE_CLOSE error when it should not
This ticket nodejs/node#64098 reports:
Can an updated Docker image be published for for 1.61.1 that contains NodeJS 24.18.0?
Until then I will revert to the 1.61.0 image.
Expected behavior
fetch to work
Actual behavior
fetch calls randomly fail in the tests because of the problem in NodeJS 24.17.0
Additional context
No response
Environment