coder_app 404
I try to establish a connection to my no vnc service, sadly it wont work I get a 404 but code-server works fine. Any ideas?
Regards,
agent_id = coder_agent.dev.id
name = "code-server"
icon = "/icon/code.svg"
url = "http://localhost:13337?folder=/home/${data.coder_workspace.me.owner}"
subdomain = false
}
resource "coder_app" "novnc" {
agent_id = coder_agent.dev.id
name = "noVNC Desktop"
icon = "https://ppswi.us/noVNC/app/images/icons/novnc-192x192.png"
url = "http://localhost:6081/vnc.html"
subdomain = false
}
Regards,
code-server
resource "coder_app" "code-server" {agent_id = coder_agent.dev.id
name = "code-server"
icon = "/icon/code.svg"
url = "http://localhost:13337?folder=/home/${data.coder_workspace.me.owner}"
subdomain = false
}
resource "coder_app" "novnc" {
agent_id = coder_agent.dev.id
name = "noVNC Desktop"
icon = "https://ppswi.us/noVNC/app/images/icons/novnc-192x192.png"
url = "http://localhost:6081/vnc.html"
subdomain = false
}