automata
Explore posts from serversRangeError: Maximum call stack size exceeded
I'm getting this error when I'm deploying my express typescript app that serves and API service using Apollo Graphql + uses bull MQ to connect to a redis instance. Really struggling to debug this because the logs aren't giving me much information:
/usr/src/app/node_modules/typescript/lib/typescript.js:65452
function inferFromTypes(source, target) {
^
RangeError: Maximum call stack size exceeded
at inferFromTypes (/usr/src/app/node_modules/typescript/lib/typescript.js:65452:30)
at inferFromTypes (/usr/src/app/node_modules/typescript/lib/typescript.js:65459:11)
at inferFromTypes (/usr/src/app/node_modules/typescript/lib/typescript.js:65459:11)
at inferFromTypes (/usr/src/app/node_modules/typescript/lib/typescript.js:65459:11)
at inferFromTypes (/usr/src/app/node_modules/typescript/lib/typescript.js:65459:11)
at inferFromTypes (/usr/src/app/node_modules/typescript/lib/typescript.js:65459:11)
at inferFromTypes (/usr/src/app/node_modules/typescript/lib/typescript.js:65459:11)
at inferFromTypes (/usr/src/app/node_modules/typescript/lib/typescript.js:65459:11)
at inferFromTypes (/usr/src/app/node_modules/typescript/lib/typescript.js:65459:11)
at inferFromTypes (/usr/src/app/node_modules/typescript/lib/typescript.js:65459:11)
I'm using a Dockerfile for this36 replies