TypeError: x is not a functionTypeError: x is not a function
An attempt was made to call a value as a function when it is not a function.
ERR_MISSING_ARGSA required argument was not passed to a Node.js API function.
A Node.js built-in function was called without all of its required arguments. The error message indicates which argument is missing.
Check the Node.js API documentation for the required arguments. Provide all required parameters when calling the function. Add input validation before calling the API.
TypeError: x is not a functionAn attempt was made to call a value as a function when it is not a function.
CORS Error: Preflight request failedThe browser's CORS preflight OPTIONS request was rejected or returned invalid CORS headers.
DOMException: DataCloneErrorAn object could not be cloned using the structured clone algorithm.
ERR_HTTP2_STREAM_ERRORAn error occurred on an HTTP/2 stream.
ERR_UNHANDLED_REJECTIONNode.js is configured to throw on unhandled promise rejections and one was detected.
TypeError: Cannot assign to read only propertyAn attempt was made to write to a property that is read-only, either because the object is frozen or the property is defined as non-writable.