Created
June 21, 2020 11:46
-
-
Save galvez/f05514f29acf0773cfe1f12cb3c6d4bd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
``` | |
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