bug(workspace-server): plugin-install returns 503 container-not-running while status=online (split-state) #10
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Symptom
Clicking Install on any plugin in the canvas Plugins tab returns:
But the same workspace shows STATUS online in the canvas (top-right of detail panel) and the workspace card on canvas is green/online.
Workspace under test
c7c28c0b-4ea5-4e75-9728-3ba860081708Why this is a bug
The two responses contradict each other on the same workspace:
Either:
This is the kind of split-state bug that's load-bearing for any UI flow that gates "is this thing usable" on the status field.
Acceptance criteria
Out of scope (park if found)