web-self-service-app icon indicating copy to clipboard operation
web-self-service-app copied to clipboard

Register and Forgot Password Screens not functional

Open botraunak opened this issue 8 years ago • 5 comments

Nothing happens when you submit the forms on the register and forgot password screens!

botraunak avatar Mar 14 '18 17:03 botraunak

Integrate the register self service fineract API

botraunak avatar Mar 14 '18 17:03 botraunak

@botraunak Can I work on this issue?

abhaychawla avatar Mar 14 '18 20:03 abhaychawla

Sure go ahead, you would have to change the server url to mobile.openmf as the register and confirm apis are available on that server only

botraunak avatar Mar 15 '18 04:03 botraunak

Okay!

abhaychawla avatar Mar 15 '18 14:03 abhaychawla

@botraunak I made the required changes but I keep getting a CORS error on mozilla and a 400 BAD REQUEST error in Google Chrome while trying to make a request and register using the browser. I am unable to resolve this error. Could you please guide me on how this can be resolved? The data being sent via the request body is correct. I have checked.

Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://mobile.openmf.org/fineract-provider/api/v1/self/registration?accountNumber=000000002&authenticationMode=email&[email protected]&firstName=Codex&lastName=Draqx&mobileNumber=9871105236&password=Abh0y&username=user1. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing).

abhaychawla avatar Mar 24 '18 17:03 abhaychawla