Two different users tried to create a space at around the same time. The two spaces were our very first. One called “Stephen Test” and one called “Outer”.
When “Stephen Test” was created the following error was show:
Error while executing SQL command in transaction ‘’: Violation of PRIMARY KEY constraint ‘PK_Feed_Id’. Cannot insert duplicate key in object ‘dbo.Feed’. The duplicate key value is (Feeds-1). The statement has been terminated. The command being executed was: INSERT INTO dbo.[Feed] (Name, FeedType, SpaceId, Id, JSON) VALUES (@Name, @FeedType, @SpaceId, @Id, @JSON) SQL Error 2627 - Violation of PRIMARY KEY constraint ‘PK_Feed_Id’. Cannot insert duplicate key in object ‘dbo.Feed’. The duplicate key value is (Feeds-1). The statement has been terminated.
The space “Outer” was created successfully, but now whenever we navigate to http://octopus.mavensecurities.com/app#/Spaces-1/configuration/spaces or http://octopus.mavensecurities.com/app#/Spaces-3/configuration/spaces we see the following error:
The resource ‘teams-spacemanagers-Spaces-2’ was not found.
When we try to navigate to http://octopus.mavensecurities.com/app#/Spaces-2/configuration/spaces we dont get an error, we just see
Sorry, the Space (Spaces-2) could not be found
We can also not perform any Spaces maintenance via API, every command results in a 404, presumably the same error we see when trying to go to spaces configuration.
It is just Space management that is broken, everything else for the default Space and “Outer” Space appears to work when navigating to http://octopus.mavensecurities.com/app#/Spaces-1 or http://octopus.mavensecurities.com/app#/Spaces-3
However, the “Stephen Test” Space is not visible at all and all Space management is broken, help!