Skip to content

RangeError: Maximum Call Stack Size Exceeded when loading many records. #10430

@Mikek2252

Description

@Mikek2252

Im running into an issue when loading lots of records at once that have issues reported by the JSON:API validator.

Currently we have a conflict with a local is Deleted and isDeleted on the record, which is flagged by the validator and is printed out, but when fetching a large amount of records RangeError: Maximum Call Stack Size Exceeded is thrown when attempting colorize ? console.log(errorString, ...colors) : console.log(errorString);

While i agree I need to fix the validation issue, I think we need something to make it clear what the issues is and potentially a way to print the validation errors that doesn't error due to max call stack.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions