errors.fyi community error code reference
ERR_STREAM_ALREADY_FINISHED
nodejs

Stream already finished

A method was called on a stream after it has finished, such as writing to a response after end().

References

โ† all namespaces for ERR_STREAM_ALREADY_FINISHED