Maximum call stack size exceeded
I havent added any components yet . Just designing Recursion mean that a component , formula or workflow is calling it self It is a public project btw 🙂 I can view it I ’ll get someone to help you sort it out Thank you ! Apologies , still learning the tool . 😅 @DameStJohn I found the issue . Somehow , a span of yours had itself as child . This meant that the server would try to render an infinite sequence of that span . If you invite me for your project , I can fix the issue so you can continue working on your project . I 'll also try to see if I can reproduce this and add better checks on our end to avoid this from happening again 🤞 Thanks again my friend Let me know if you need anything else A few recommendations (that have nothing to do with the issue we saw ) : - Consider publishing your changes as you build (in smaller chunks /branches ) to avoid long running branches that might get difficult to manage - Consider using components for reusable UI /logic to avoid having to declare the same elements multiple times Oh , and if you happen to recall how you managed to add the span as a child of itself , we would be happy to know 😅 Happy building 🙌
