You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when creating a workspace using our gcp-linux template, it fails immediately and there are no logs shown in the workspace logs UI, preventing me from debugging. using server version 0.8.6
additionally, when deleting the workspace, it fails immediately, requiring me to manually run SQL commands to delete the workspace from the database table.
steps to reproduce:
run coder templates init
select "Develop in Linux on Google Cloud"
run cd ./gcp-linux && coder templates create
create the workspace via `coder create --template="gcp-linux"