Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Node app crashed with TypeError: Object.setPrototypeOf called on null or undefined #249

Open
Suraj59 opened this issue Jul 23, 2024 · 0 comments

Comments

@Suraj59
Copy link

Suraj59 commented Jul 23, 2024

For help, see: https://nodejs.org/en/docs/inspector
node:util:258
ObjectSetPrototypeOf(ctor.prototype, superCtor.prototype);
^

TypeError: Object.setPrototypeOf called on null or undefined
at setPrototypeOf ()
at inherits (node:util:258:3)
at Object. (/Users/ntipl/Documents/delivery-solutions/api.deliverysolutions/node_modules/snowflake-sdk/lib/agent/https_proxy_ocsp_agent.js:88:1)
at Module._compile (node:internal/modules/cjs/loader:1376:14)
at Module._compile (/Users/ntipl/Documents/delivery-solutions/api.deliverysolutions/node_modules/pirates/lib/index.js:117:24)
at Module._extensions..js (node:internal/modules/cjs/loader:1435:10)
at Object.newLoader [as .js] (/Users/ntipl/Documents/delivery-solutions/api.deliverysolutions/node_modules/pirates/lib/index.js:121:7)
at Module.load (node:internal/modules/cjs/loader:1207:32)
at Function.Module._load (node:internal/modules/cjs/loader:1023:12)
at Function.wrappedLoad [as _load] (/Users/ntipl/Documents/delivery-solutions/api.deliverysolutions/node_modules/newrelic/lib/shimmer.js:313:24)
at Module.require (node:internal/modules/cjs/loader:1235:19)
at require (node:internal/modules/helpers:176:18)
at Object. (/Users/ntipl/Documents/delivery-solutions/api.deliverysolutions/node_modules/snowflake-sdk/lib/http/node.js:9:25)
at Module._compile (node:internal/modules/cjs/loader:1376:14)
at Module._compile (/Users/ntipl/Documents/delivery-solutions/api.deliverysolutions/node_modules/pirates/lib/index.js:117:24)
at Module._extensions..js (node:internal/modules/cjs/loader:1435:10)
at Object.newLoader [as .js] (/Users/ntipl/Documents/delivery-solutions/api.deliverysolutions/node_modules/pirates/lib/index.js:121:7)
at Module.load (node:internal/modules/cjs/loader:1207:32)
at Function.Module._load (node:internal/modules/cjs/loader:1023:12)
at Function.wrappedLoad [as _load] (/Users/ntipl/Documents/delivery-solutions/api.deliverysolutions/node_modules/newrelic/lib/shimmer.js:313:24)
at Module.require (node:internal/modules/cjs/loader:1235:19)
at require (node:internal/modules/helpers:176:18)

Node.js v20.11.1
[nodemon] app crashed - waiting for file changes before starting...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant