Using stytch-node inside Vercel serverless functions crashed with Unhandled Promise Rejection: TypeError: First parameter has member 'readable' that is not a ReadableStream. The same code worked locally and in a normal Node VM. The cause was the isomorphic-unfetch polyfill, whose fetch implementation was incompatible with the serverless runtime's streams.