anitab-org / mentorship-android

Mentorship System is an application that matches women in tech to mentor each other, on career development, through 1:1 relations during a certain period of time. This is the Android application of this project.
https://github.com/anitab-org/mentorship-android/raw/apk/app-debug.apk
GNU General Public License v3.0
165 stars 379 forks source link

Bug: Sign up a new user #1136

Open FahedHermoza opened 3 years ago

FahedHermoza commented 3 years ago

Describe the bug

Always I want sign up a new user the app crash and closed the screen of sign up without any message of error.

To Reproduce

Steps to reproduce the behavior:

  1. Go to Sign Up
  2. Complete the informations
  3. Click on Sign Up button
  4. See error the sign up screen will close without message. In the log of android studio of retrofit I can see "HTTP 500 Internal Server Error".

Expected behavior

The error that something is wrong should be displayed.

Screenshots

Captura de Pantalla 2021-05-18 a la(s) 20 30 52 Captura de Pantalla 2021-05-18 a la(s) 20 36 18

Smartphone (please complete the following information):

Additional context

The registry rest service should be verified.

vj-codes commented 3 years ago

@FahedHermoza thank you for creating the issue, it is a problem with mentorship-backend which once solved, you will be able to register successfully. Shall I ping you after the bug is fixed?

FahedHermoza commented 3 years ago

@vj-codes Great.

epicadk commented 3 years ago

@isabelcosta tests run fine and tried registering on a local instance, it works fine. Probably an issue with the deployed version. Can you take a look?

FahedHermoza commented 3 years ago

@epicadk I checked it and the error persists.

Captura de Pantalla 2021-05-23 a la(s) 22 53 15
epicadk commented 3 years ago

@epicadk I checked it and the error persists.

Captura de Pantalla 2021-05-23 a la(s) 22 53 15

Yes that's because the android app uses the deployed version.

isabelcosta commented 3 years ago

related to https://github.com/anitab-org/mentorship-backend/issues/1109 Thank you @FahedHermoza for contributing by reporting the bug :)