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
Copy file name to clipboardExpand all lines: docs/user-guides/desktop/index.md
+31
Original file line number
Diff line number
Diff line change
@@ -193,3 +193,34 @@ We are planning some changes to Coder Desktop that will make accessing secure co
193
193
1. Web apps accessed on the configured hostnames will now function correctly in a secure context without requiring a restart.
194
194
195
195
</div>
196
+
197
+
## Troubleshooting
198
+
199
+
### Mac: Issues updating Coder Desktop
200
+
201
+
> Internal Error: The VPN must be started with the app open during first-time setup.
202
+
203
+
And
204
+
205
+
> No workspaces!
206
+
207
+
Due to an issue with the way Coder Desktop works with the macOS [interprocess communication mechanism](https://developer.apple.com/documentation/xpc)(XPC) system network extension, core Desktop functionality can break when you upgrade the application.
208
+
209
+
<divclass="tabs">
210
+
211
+
The resolution depends on which version of macOS you use:
212
+
213
+
### macOS <=14
214
+
215
+
1. Delete the application from `/Applications`.
216
+
1. Restart your device.
217
+
218
+
### macOS 15+
219
+
220
+
1. Open **System Settings**
221
+
1. Select **General**
222
+
1. Select **Login Items & Extensions**
223
+
1. Scroll down, and select the **ⓘ** for **Network Extensions**
224
+
1. Select the **...** next to Coder Desktop, then **Delete Extension**, and follow the prompts.
0 commit comments