Hi All, i just created a new workspace by api call...
# ask-community-for-troubleshooting
r
Hi All, i just created a new workspace by api call on my local Airbyte server. However, i can’t navigate to the new workspace on the UI. How do I see the new workspace i made?
1
u
It's not possible at the moment. The UI only works with the standard workspace 😞
c
you can follow this issue, it’s currently being worked on https://github.com/airbytehq/airbyte/issues/4799
r
Thanks guys. Will follow the above issue.
@[DEPRECATED] Marcos Marx one follow up question here: When i try to use the List all workspaces registered in the current Airbyte deployment api to see all the workspaces including the default. I keep getting not found : 404 and the following message:
Is it something im doing wrong here?
u
@Robert Xin could you try:
Copy code
curl -X POST "<http://localhost:8000/api/v1/workspaces/list>" \
 -H "Accept: application/json"
r
getting the same message when using curl.🤔
u
thats strange. I tried in my local deployment and works fine
did you try another endpoint?
r
so all the other apis i tried so far seems to work as expected. only this one is erroring out for me.
u
@Robert Xin what Airbyte are you using?
r
Im using 0.27.0-alpha. I cloned the repo and is launching it locally using docker-compose up.
u
this endpoint was instroduced in 0.27.1-alpha, can you upgrade?
r
got it thanks for the help!