<!-- Thanks for interest in Openshift.io and apologies for making your experience not yet as awesome as we strive for. Please follow template provided below to report a bug you have encountered and we will make sure to improve it. YOU CAN DELETE THIS TEXT BEFORE SUBMITTING THE ISSUE --> ##### Issue Overview When user navigates to the `Spaces` page, nothing is dispalyed ##### Expected Behaviour All user's spaces are listed ##### Current Behaviour Empty page ##### Steps To Reproduce 1. create a new space 2. navigate to `Spaces` using top-left menu ##### Additional Information Request to `https://openshift.io/api/user/spaces` ends with code 500, response body says ``` {"errors":[{"code":"not_found","detail":"space with id 'c6a3fcc7-5117-4d57-b9c9-d65f7393d42f' not found","status":"404","title":"Not found error"}]} ```
Issue Overview
When user navigates to the
Spacespage, nothing is dispalyedExpected Behaviour
All user's spaces are listed
Current Behaviour
Empty page
Steps To Reproduce
Spacesusing top-left menuAdditional Information
Request to
https://openshift.io/api/user/spacesends with code 500, response body says