Closed
Description
Description
When using coder_apps with subdomain=true
every time you try to open the app using the button in the ws dashboard coder shows a 404 - Application not found
page.
Steps to reproduce
- Define a coder app in your main.tf like this:
resource "coder_app" "codeserver" {
agent_id = coder_agent.dev.id
name = "Code Server"
url = "http://localhost:8080/?folder=/home/coder/workspace"
icon = "/icon/code.svg"
subdomain = true
healthcheck {
url = "http://localhost:8080/healthz"
interval = 2
threshold = 10
}
}
- Push the template change
- Start the workspace
- Try to open codeserver
Addition Infos
Coder Version: Coder v0.9.10+574e5d3
Coder has a CODER_WILDCARD_ACCESS_URL
configured to *.coder.example.com