-
-
Notifications
You must be signed in to change notification settings - Fork 238
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
Unexpected "RenderError: memory alloc limit exceeded" #737
Closed
jg-rp opened this issue
Aug 23, 2024
· 0 comments
· Fixed by KaliforniaShell/docs#5 · 4 remaining pull requests
Closed
Unexpected "RenderError: memory alloc limit exceeded" #737
jg-rp opened this issue
Aug 23, 2024
· 0 comments
· Fixed by KaliforniaShell/docs#5 · 4 remaining pull requests
Labels
Comments
harttle
added a commit
that referenced
this issue
Aug 23, 2024
This was referenced Sep 15, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since e443068, I'm getting "RenderError: memory alloc limit exceeded" from the following example.
Output
Previously, the same template would output:
And the error message produced by
{{ 123 | uniq }}
has changed from:to
(Shopify/Liquid would coerce
123
to as single element array ([123]
) and result in123
)The text was updated successfully, but these errors were encountered: