flyerzrule
flyerzrule
Explore posts from servers
CCoder.com
Created by flyerzrule on 4/3/2024 in #help
Error: couldn't parse owner groups ""
Everything has been working fine for the past few months, but this morning I ran into this error when starting my workspace.
Error: couldn't parse owner groups ""
on main.tf line 22, in data "coder_workspace" "me":
22: data "coder_workspace" "me" {
Error: couldn't parse owner groups ""
on main.tf line 22, in data "coder_workspace" "me":
22: data "coder_workspace" "me" {
The template is a nodejs version of the Docker starter template. When I create a new template with the Docker starter template I get the same error. I am not sure what changed.
18 replies
CCoder.com
Created by flyerzrule on 3/16/2024 in #help
PATH getting overwritten
Hello, I am trying to setup a Rust dev container. I am using the official image but when I create a workspace it overwrites the PATH and removes /usr/local/cargo/bin from it. If I pull down the image locally, the PATH is as it should but not when using Coder
10 replies