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
Browse filesBrowse the repository at this point in the historyBrowse files
Mohammod Al Amin Ashik
committed
fix: validate activeSpaceId on load and scope connected count per space
Two bugs fixed:
1. appStore.setSpaces now validates that the persisted activeSpaceId
still exists in the loaded spaces list. Previously it only checked
for null/undefined, so a deleted space ID (e.g. from e2e tests)
would persist and cause viewSpace to resolve to null, making the
entire "My Servers" page and dashboard installed count show empty.
2. Gateway connected_backends count is now scoped to the viewing space.
Added ServerManager.connected_count_for_space() and passed space_id
through get_gateway_status command so Dashboard and ServersPage show
the correct connected count for the space being viewed.
0 commit comments