File tree Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change 375
375
},
376
376
{
377
377
"path" : " ./guides/troubleshooting/inotify-watch-limits.md"
378
+ },
379
+ {
380
+ "path" : " ./guides/troubleshooting/502error.md"
378
381
}
379
382
]
380
383
}
You can’t perform that action at this time.
0 commit comments