client-web
client-web copied to clipboard
BUG: /admin/spaces route results in an error
Describe the bug
/admin/spaces
route results in an error
To Reproduce
navigate to any env (dev branch), e.g. http://localhost:3000/admin/spaces
route results in an error
- Go to
http://localhost:3000/admin/spaces
- An error is thrown by
adminSpacesList
query "Unable to find Host for account with ID: UUID"
Expected behavior Space list is visible and accessible.
Screenshots