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
But, when I curl the health check endpoint within the workspace, it reports 200:
coder@test-1:~$ curl -v 127.0.0.1:8080/healthz
* Trying 127.0.0.1:8080...
* Connected to 127.0.0.1 (127.0.0.1) port 8080 (#0)
> GET /healthz HTTP/1.1
> Host: 127.0.0.1:8080
> User-Agent: curl/7.74.0
> Accept: */*
>
* Mark bundle as not supporting multiuse
< HTTP/1.1 200 OK
< Content-Type: application/json; charset=utf-8
< Content-Length: 50
< ETag: W/"32-bnbntZrd4z8IPIgEbmlsZvjOOyQ"
< Vary: Accept-Encoding
< Date: Mon, 07 Nov 2022 22:56:27 GMT
< Connection: keep-alive
< Keep-Alive: timeout=5
<
* Connection #0 to host 127.0.0.1 left intact
{"status":"expired","lastHeartbeat":1667861611004}
I found this in /tmp/coder-agent.log:
2022-11-07 23:01:44.510 [ERROR] <./agent/apphealth.go:137> NewWorkspaceAppHealthReporter.func1 failed to report workspace app stat ...
"error": POST https://fcca82996ca86b1a46d910c0d64dbdb6.pit-1.try.coder.app/api/v2/workspaceagents/me/app-health: unexpected status code 404: Error setting workspace app health
Error: workspace app name not found
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
I created a fresh Coder deployment, added the
docker-code-server
template, and mycode-server
app is stuck in theInitializing...
state.The resource is configured as such:
But, when I curl the health check endpoint within the workspace, it reports 200:
I found this in
/tmp/coder-agent.log
:The text was updated successfully, but these errors were encountered: