You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And a corresponding error for a nonexistent shape in the server logs
2026-01-09 17:59:23,270 - WARNING - Attempt by rexy712 on unknown shape. {method: ToggleComposite.Variants.Add, shape id: eeff2451-aa15-4185-91f1-60e75450be29} (utils.py:14)
2026-01-09 17:59:23,270 - CRITICAL - Uncaught async exception <Model: Shape> instance matching query does not exist:
The new variant shape is successfully created, but the parent shape is not. So the new variant doesn't recognize that it is in fact a subshape to the parent that failed to be created. The original variant becomes uninteractable and invisible.
To Reproduce
Steps to reproduce the behavior:
Create a shape.
Add a variant in the shape properties menu.
Error in console and server.
Expected behavior
Variant parent shape should be created successfully. If I had to guess, I believe this happened due to the intermediate shape representation changing how shape creation works and this particular instance of shape creation was overlooked.
Screenshots
out.mp4
Desktop:
OS: gentoo linux
Browser: firefox 140.5.0 and ungoogled chromium 139.0.7258.154
Describe the bug
Adding a variant to a shape fails with an error in console.
And a corresponding error for a nonexistent shape in the server logs
The new variant shape is successfully created, but the parent shape is not. So the new variant doesn't recognize that it is in fact a subshape to the parent that failed to be created. The original variant becomes uninteractable and invisible.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Variant parent shape should be created successfully. If I had to guess, I believe this happened due to the intermediate shape representation changing how shape creation works and this particular instance of shape creation was overlooked.
Screenshots
out.mp4
Desktop: