sections in the article
This Article explains a common issue that could lead to the console error 'Uncaught RangeError: Maximum call stack size exceeded' when you try mass updating entities in enrich.
Problem
When I select more than two entities of the same entityType for example 'Products' after clicking on mass update, no fields are displayed. The page just keeps loading and I receive the following console error - 'Uncaught RangeError: Maximum call stack size exceeded'
Solution
1. Check if you have any duplicate Ids between the parent and child. You might have a field with the same ID as its parent
2. If that's the case, remove or update the duplicate ID
Comments
0 comments
Please sign in to leave a comment.