Skip to content
JS
Node.js error

ERR_MULTIPLE_CALLBACK

A callback was called more than once. A callback is almost always meant to only be called once as the query can either be fulfilled or rejected but not both at the same time.

Reference entryNode.jsFetched

Node.js documentation lists the code ERR_MULTIPLE_CALLBACK without the printed message text.

Category
Node.js error codes
Severity
error
Runtime
node
or press Cmd/Ctrl + Enter. The text is only sent to this site to match it.
Source: Node.js documentation. Data fetched 2026-09-25T01:43:12.379Z.