Skip to content

Instantly share code, notes, and snippets.

@galvez
Created June 21, 2020 11:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save galvez/f05514f29acf0773cfe1f12cb3c6d4bd to your computer and use it in GitHub Desktop.
Save galvez/f05514f29acf0773cfe1f12cb3c6d4bd to your computer and use it in GitHub Desktop.
```
RangeError: Maximum call stack size exceeded
at exit (/usr/src/app/node_modules/fastify/lib/hooks.js:77:17)
at next (/usr/src/app/node_modules/fastify/lib/hooks.js:93:9)
at hookRunnerApplication (/usr/src/app/node_modules/fastify/lib/hooks.js:75:3)
at next (/usr/src/app/node_modules/fastify/lib/hooks.js:105:7)
at exit (/usr/src/app/node_modules/fastify/lib/hooks.js:82:5)
at next (/usr/src/app/node_modules/fastify/lib/hooks.js:93:9)
at hookRunnerApplication (/usr/src/app/node_modules/fastify/lib/hooks.js:75:3)
at next (/usr/src/app/node_modules/fastify/lib/hooks.js:105:7)
at exit (/usr/src/app/node_modules/fastify/lib/hooks.js:82:5)
at next (/usr/src/app/node_modules/fastify/lib/hooks.js:93:9)
```
After I upgraded Fastify to the latest release, I started seeing this error.
To offer reproduction steps I'd have to share my work's codebase which is impossible.
So I'll try and narrow it down but thought I'd give a heads up.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment