This message was deleted.
# community-support
s
This message was deleted.
🧵 2
j
Also please use code blocks
Copy code
like this one
when pasting code or logs as they are a bit easier to read this way. The default stack size should accomodate a reasonable amount of recursion (1024 in your case apparently) so there is probably something pathological inside fileContent. I suggest you to try looping over the content of that array for debugging, using a try/catch block to call include on each array element individually and logging the content of the element that causes an exception in the catch block.
🗑️ 1