Skip to content

Commit 8d5417c

Browse files
ericpaulsenKatie Horne
and
Katie Horne
authored
add troubleshooting for 502 error (coder#437)
* add troubleshooting for 502 error * Edit text * Update manifest * Fix manifest Co-authored-by: Katie Horne <katie@coder.com>
1 parent c3346fc commit 8d5417c

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

guides/troubleshooting/502error.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: "TypeError: Failed to fetch"
3+
description: Learn how to resolve TypeError issues.
4+
---
5+
6+
When using Coder, you may encounter this error when loading a workspace:
7+
8+
```console
9+
Failed to fetch applications!
10+
TypeError: Failed to fetch
11+
```
12+
13+
## Why this happens
14+
15+
This is a WebSocket error that occurs when network traffic attempts to access
16+
the applications endpoint.
17+
18+
## Troubleshooting Steps
19+
20+
- Ensure your Coder access URL is set to `https://your-coder-domain.com`.
21+
22+
You can verify your access URL by going to **Admin** > **Infrastructure** >
23+
**Access URL**.
24+
25+
- Set `envproxy.accessURL` values to `https://your-coder-domanin.com/proxy` in
26+
the `values.yaml` file of your Coder Helm chart. Review our guide on [updating
27+
Helm charts](../admin/helm-charts.md) for more information on how to do this.
28+
29+
If none of these steps resolve the issue, please [contact
30+
us](https://coder.com/contact) for further support.

manifest.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,9 @@
375375
},
376376
{
377377
"path": "./guides/troubleshooting/inotify-watch-limits.md"
378+
},
379+
{
380+
"path": "./guides/troubleshooting/502error.md"
378381
}
379382
]
380383
}

0 commit comments

Comments
 (0)