Ironclad / rivet

The open-source visual AI programming environment and TypeScript library
https://rivet.ironcladapp.com
MIT License
2.55k stars 226 forks source link

[Bug]: Rivet screen blanks out; Uncaught RangeError: Maximum call stack size exceeded #411

Open jcobol opened 1 month ago

jcobol commented 1 month ago

What happened?

While using a project with 16 subgraphs for awhile during a single session, I've occasionally had the Rivet application screen go completely blank (gray) when right-clicking on the Graphs area to create a new Subgraph. After this, I cannot save the project or do anything with the UI.

In the F12 console, I found "Uncaught RangeError: Maximum call stack size exceeded".

What was the expected functionality?

UI should not go blank.

Describe your environment

Windows 11 Node v20.11.1 Rivet 1.7.12

Relevant log output

See attachment in next comment.

Relevant screenshots

No response

Code of Conduct

jcobol commented 1 month ago

rivet-blank-screen-RangeError.log

Attached console log file.