If the user creates a space using the POST api route, the space exists but the following happens:
- The space is not returned with the GET request
- The space is not visible under the 'my spaces' tab
- The space will be under the dropdown for 'explore' or 'you'
- After the user clicks on the space, it will show up with the GET request and the 'my spaces' tab.
To replicate, create a space using the api (postman or CURL works) and check under the 'my spaces' tab and with the GET request and the space is created, but is not visible.
If the user creates a space using the POST api route, the space exists but the following happens:
To replicate, create a space using the api (postman or CURL works) and check under the 'my spaces' tab and with the GET request and the space is created, but is not visible.