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

[BUG] Maximum Call stack size exceeded #252

Closed
confused-Techie opened this issue Mar 29, 2024 · 0 comments · Fixed by #256
Closed

[BUG] Maximum Call stack size exceeded #252

confused-Techie opened this issue Mar 29, 2024 · 0 comments · Fixed by #256
Labels
bug Something isn't working

Comments

@confused-Techie
Copy link
Member

Due to the merge of #247 when attempting to scrub the details of a failed auth request to GitHub the backend produces the following:

SSO {
  ok: false,
  content: RangeError: Maximum call stack size exceeded
      at CallStack.sanitize (/workspace/src/models/callStack.js:22:11)
      at CallStack.sanitize (/workspace/src/models/callStack.js:55:36)
      at CallStack.sanitize (/workspace/src/models/callStack.js:55:36)
      at CallStack.sanitize (/workspace/src/models/callStack.js:55:36)
      at CallStack.sanitize (/workspace/src/models/callStack.js:55:36)
      at CallStack.sanitize (/workspace/src/models/callStack.js:55:36)
      at CallStack.sanitize (/workspace/src/models/callStack.js:55:36)
      at CallStack.sanitize (/workspace/src/models/callStack.js:55:36)
      at CallStack.sanitize (/workspace/src/models/callStack.js:55:36)
      at CallStack.sanitize (/workspace/src/models/callStack.js:55:36),
  short: 'server_error',
  message: 'An unexpected error has occurred.',
  safeContent: false,
  successStatusCode: 201,
  calls: {}
}
HTTP:: <REDACTED IP> [2024-03-29T14:01:22.571Z] "POST /api/packages/ftp-remote-edit/versions?tag=v0.21.0 https" 500 0ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant