Skip to content

bug: Google Cloud VM creates fine in coder create but fails with same template immediately in UI - then bricked #3621

Closed
@sharkymark

Description

@sharkymark

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):

  1. sudo -u postgres psql authenticate to Postgres DB
  2. \l coder connect to coder database
  3. lookup the workspace ID using the name I used e.g., select * from workspaces where name like '%workspacename%';
  4. delete the workspace row e.g., delete from workspaces where id='guid from above select';
  5. Refresh the UI, and the workspace is gone

screenshot of failed workspace
image

screenshot of successful local creation with CLI
image
image

@ericpaulsen Maybe this is what you ran into. Please try in CLI, then UI.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions