Closed
Description
Version: v0.8.5+95f26f7
I have verified I can create a workspace fine using coder create
but if I use the same template and attempt to create in the UI, it fails immediately.
The workspace is bricked; delete does not work; I have to manually (after SSHing into the Coder host):
sudo -u postgres psql
authenticate to Postgres DB\l coder
connect to coder database- lookup the workspace ID using the name I used e.g.,
select * from workspaces where name like '%workspacename%';
- delete the workspace row e.g.,
delete from workspaces where id='guid from above select';
- Refresh the UI, and the workspace is gone
screenshot of failed workspace
screenshot of successful local creation with CLI
@ericpaulsen Maybe this is what you ran into. Please try in CLI, then UI.
Metadata
Metadata
Assignees
Labels
No labels