-
Notifications
You must be signed in to change notification settings - Fork 454
Maximum call stack size exceeded #484
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
Comments
Going to need a bit more information than this, please. |
I am not sure if this is the same issue that the original author is facing, but I just hit the same error message. Stack trace: RangeError: Maximum call stack size exceeded
at next (/root/apps/djsp-cfg-pubedit-sh-svc-sharedb/node_modules/sharedb/lib/backend.js:196:22)
at /root/apps/djsp-cfg-pubedit-sh-svc-sharedb/bin/www:122:3
at next (/root/apps/djsp-cfg-pubedit-sh-svc-sharedb/node_modules/sharedb/lib/backend.js:200:5)
at /root/apps/djsp-cfg-pubedit-sh-svc-sharedb/bin/www:122:3
at next (/root/apps/djsp-cfg-pubedit-sh-svc-sharedb/node_modules/sharedb/lib/backend.js:200:5)
at /root/apps/djsp-cfg-pubedit-sh-svc-sharedb/bin/www:122:3
at next (/root/apps/djsp-cfg-pubedit-sh-svc-sharedb/node_modules/sharedb/lib/backend.js:200:5)
at /root/apps/djsp-cfg-pubedit-sh-svc-sharedb/bin/www:122:3
at next (/root/apps/djsp-cfg-pubedit-sh-svc-sharedb/node_modules/sharedb/lib/backend.js:200:5)
at /root/apps/djsp-cfg-pubedit-sh-svc-sharedb/bin/www:122:3
at next (/root/apps/djsp-cfg-pubedit-sh-svc-sharedb/node_modules/sharedb/lib/backend.js:200:5)
at /root/apps/djsp-cfg-pubedit-sh-svc-sharedb/bin/www:122:3
at next (/root/apps/djsp-cfg-pubedit-sh-svc-sharedb/node_modules/sharedb/lib/backend.js:200:5)
at /root/apps/djsp-cfg-pubedit-sh-svc-sharedb/bin/www:122:3
at next (/root/apps/djsp-cfg-pubedit-sh-svc-sharedb/node_modules/sharedb/lib/backend.js:200:5)
at /root/apps/djsp-cfg-pubedit-sh-svc-sharedb/bin/www:122:3
at next (/root/apps/djsp-cfg-pubedit-sh-svc-sharedb/node_modules/sharedb/lib/backend.js:200:5)
at /root/apps/djsp-cfg-pubedit-sh-svc-sharedb/bin/www:122:3
at next (/root/apps/djsp-cfg-pubedit-sh-svc-sharedb/node_modules/sharedb/lib/backend.js:200:5)
at /root/apps/djsp-cfg-pubedit-sh-svc-sharedb/bin/www:122:3
at next (/root/apps/djsp-cfg-pubedit-sh-svc-sharedb/node_modules/sharedb/lib/backend.js:200:5)
at /root/apps/djsp-cfg-pubedit-sh-svc-sharedb/bin/www:122:3 The code at backend.use('submit', (context, next) => {
Object.assign(context.op.m, context.agent.custom);
context.opMetadataProjection = { username: true };
next();
}); The code at backend.js:200 is calling Lines 186 to 203 in 3e636d0
From what I can tell, the |
I left a comment on #513 but reiterating here: I think we should open a separate PR for this change to discuss. As a heads-up, I won't have time until next week to look at it properly. |
new sharedb.Connection(this.socket)
The text was updated successfully, but these errors were encountered: