Phalcode / gamevault-app

Frontend for the self-hosted gaming platform for drm-free games
https://gamevau.lt
Other
402 stars 18 forks source link

Registration failure messaging is extremely unhelpful #351

Closed KairuByte closed 7 months ago

KairuByte commented 9 months ago

Describe the bug Any error registering seems to simply state "Server Responded: Please check the server logs for more details." which is out of the ability of most users. In this specific case, it was that the user had already registered with that same email.

To Reproduce Steps to reproduce the behavior:

  1. Register a new account
  2. Register another new account with that same email
  3. Unhelpful server response.

Expected behavior Tell the user what's up.

Screenshots Reported by an end user, this is the best I have: image

In this case server logs had a much clearer answer: Key (email)=([snip]) already exists.

Additional context I understand the potential want for security through keeping registered addresses secret, but this really just adds frustration to the registration process.

Alfagun74 commented 9 months ago

We decided providing a more detailed error here would be the best for everyones sanity

Alfagun74 commented 7 months ago

should be fixed with server 12.0.0

Alfagun74 commented 1 month ago

spoiler alert: error still appeared when the first user was deleted. Fixed in the next version.