8000 feat(coderd/healthcheck): add access URL error codes and healthcheck doc by johnstcn · Pull Request #10915 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

feat(coderd/healthcheck): add access URL error codes and healthcheck doc #10915

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 17 commits into from
Nov 30, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add playground link for access url
  • Loading branch information
johnstcn committed Nov 30, 2023
commit f259c25a0a1c4b207c3947f1b4f29854cc5d77f1
2 changes: 1 addition & 1 deletion docs/admin/healthcheck.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ If there is an issue, you may see one of the following errors reported:
**Problem:** `${CODER_ACCESS_URL}/healthz` is not a valid URL.

**Solution:** Ensure that the access URL is a valid URL accepted by
[`url.Parse`](https://pkg.go.dev/net/url#Parse).
[`url.Parse`](https://pkg.go.dev/net/url#Parse). You can check this [here](https://go.dev/play/p/CabcJZyTwt9).

### <a name="EACS03">EACS03: Failed to fetch /healthz</a>

Expand Down
0