Describe the bug
an internal error makes the application crash when a new user tries to signup
To Reproduce
Steps to reproduce the behavior:
- Go to Sign Up
- Complete the informations
- Click on Sign Up button
- See error the sign up screen will close without message. In the log of android studio you can see "HTTP 500 Internal Server Error".
Expected behavior
an error that something is wrong should be displayed without the application crashing
Smartphone (please complete the following information):
Additional context
this can be fixed by adding a try catch in the AuthDataManager (I've already tested and it worked)