Error: Internal: stream terminated by RST_STREAM with error code: INTERNAL_ERROR when running docker build -t test-node .
This issue might be caused by improper text encoding in your Dockerfile or other project files. Ensure that all files, especially the Dockerfile, are saved with UTF-8 encoding.
In VS Code, you can fix this by:
Click the encoding indicator in the status bar (e.g., CRLF or another format). Select "Save with Encoding" and choose UTF-8. Retry the build after saving the files. enter image description here