Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Uncaught (in promise) RangeError: Maximum call stack size exceeded

3006086Feb 17 2017

Getting the below error on one of my jet applications.

The application makes a model.destroy call and tries to update the model within the ojCollection based on the response

Uncaught (in promise) RangeError: Maximum call stack size exceeded

    at Object.oj.CollectionUtils.isPlainObject (ojcore.js:2833)

    at Object.oj.CollectionUtils._copyIntoImpl (ojcore.js:2892)

    at Object.oj.CollectionUtils._copyIntoImpl (ojcore.js:2897)

    at Object.oj.CollectionUtils._copyIntoImpl (ojcore.js:2897)

    at Object.oj.CollectionUtils._copyIntoImpl (ojcore.js:2897)

    at Object.oj.CollectionUtils._copyIntoImpl (ojcore.js:2897)

    at Object.oj.CollectionUtils._copyIntoImpl (ojcore.js:2897)

    at Object.oj.CollectionUtils._copyIntoImpl (ojcore.js:2897)

    at Object.oj.CollectionUtils._copyIntoImpl (ojcore.js:2897)

    at Object.oj.CollectionUtils._copyIntoImpl (ojcore.js:2897)

Comments
Post Details
Added on Feb 17 2017
1 comment
644 views