[Feature] Desktop App: Provide more feedback to the user about why server connecton could not be established #3382
Labels
electron
Issues related to the desktop app (electron)
feature
This issue is a feature request
needs votes
Please upvote this feature request if you would like to see it implemented!
Verified feature request does not already exist?
💻
Pitch: what problem are you trying to solve?
When using a server, if the server is incorrectly configured or uses the wrong certificate/server address there is a generic error message. The message isn't overly helpful. It simply asks whether or not they have correctly configured the server.
Instead, we should provide more feedback to the user. If the user has selected a self signed certificate, we should tell them where it lives, and that it is currently being used.
If there is a problem with the certificate (expired etc) we should provide that information to the user via a friendly message. E.g. "Your certificate is expired, please update it".
When the user selects a self signed certificate from the server configuration screen, instead of immediately reloading the app, we should tell the user "This change requires a restart" and tell them to manually click the "Restart" button. This will make it appear more purposeful and less like a crash.
When the user enters an IP address in the server field instead of a resolved name it seems to cause issues in Electron. We should point out that the user should specify the resolved name if it errors. (more info in the discord discussion linked below).
This features is based on this discussion: https://discord.com/channels/937901803608096828/1281484103580909621
Describe your ideal solution to this problem
We should update the server configuration UI to be more helpful. This should reduce the number of questions we receive about self signed certificates or server configuration.
Teaching and learning
No response
The text was updated successfully, but these errors were encountered: