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

RangeError: Maximum call stack size exceeded when you add extra parameter behind the =deep #48

Open
TMSchipper opened this issue Mar 25, 2024 · 0 comments

Comments

@TMSchipper
Copy link

TMSchipper commented Mar 25, 2024

I attempted to introduce a 'createdBy' variable on my blog page to specify the author of each blog article. However, whenever I include an additional parameter after 'deep', I encounter a 'maximum call stack size' error.

Example usage:
router?path=/blog&populate=deep,createdBy

Example usage (this example doesn't cause an error, but the data is no longer retrieved):
router?path=/blog&populate=deep,10,createdBy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant