TypeError [ERR_STREAM_NULL_VALUES]: May not write null values to stream
Our production server has started crashing frequently because of this error. At this point, we have to seriously consider moving back to Node, unless someone here can help.
This is all the details we get when the error is thrown:
We are using Deno 1.45.2.
I'd be happy to provide more details - just not sure what's relevant.
This is all the details we get when the error is thrown:
TypeError [ERR_STREAM_NULL_VALUES]: May not write null values to stream
at _write (ext:deno_node/_stream.mjs:3869:15)
at Socket.Writable.write (ext:deno_node/_stream.mjs:3904:14)
at nextWrite (file:///deno-dir/npm/registry.npmjs.org/postgres/3.4.3/src/connection.js:250:22)
at eventLoopTick (ext:core/01_core.js:203:13)We are using Deno 1.45.2.
I'd be happy to provide more details - just not sure what's relevant.
