We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Due to the merge of #247 when attempting to scrub the details of a failed auth request to GitHub the backend produces the following:
The text was updated successfully, but these errors were encountered: