404 messages are confusing #16
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
One of our users was facing issue #15, and so tried to import a new root certificate authority thingy from another user's computer, and instead of getting #15 now has weird 404 errors when accessing GRIDS URIs:
He tried reinstalling gajudesk, made a new key, and then tried the GRIDS login a third time, and this new issue continued to happen.
[EDIT] removed outdated logs and speculation, see next comment for what happened.
He went through the process again, with guidance in a call, and everything worked, so I assume this isn't cert related, but was a genuine, valid 404 error. This does give us a lead on what a more useful error message might be, though, maybe something like
"GRIDS URL not found. Have you used this URL already?"
The reasoning for this message:
GajuMine, GajuDesk, and simple web browsers, all give 404 messages, so we can't write "if you get a 404 message, then do [...]" in any user facing documentation, or they'll just start doing that all the time, especially since 404 already has a place in the layman's mind as "the web browser error".
And for this specific case of 404, my guess is
so according to my made up numbers, 99.9% of the time the correct course of action is to get a new GRIDS URL and copy it properly. 0.1% of the time they will copy random crap into the box regardless of what we say, and so they will eventually get a bad_url message, so we shouldn't bother polluting the 404 error message for them.
Weirder 404 issue with partially installed certsto 404 messages are confusing