Json Structure Bug / Crashing

I have a moderately large JSON data structure which is a report, it contains around 20 collections, with some collections within these collections. But if I try to generate a structure, the app crashes. I have tried to create the structure manually, although once 4 collections out of 20 are added, the same happens and the structure cannot be accessed and the web app just crashes. Is this JSON too large? I wouldn’t have thought a JSON structure of this size (not huge) would cause Make.com to crash. Does anyone have a solution, or is this a bug?

Update: Make is looking into this issue.

Welcome to the Make community!

Why do you need to generate a structure? What is your use-case?

It should be possible to manually “trim” arrays to a single item, to compact the structure provided as an example.