openMF / web-app

Mifos X Web App is the revamped version of the Mifos X Community App built on top of the Fineract Platform leveraging the popular Angular framework.
https://openmf.github.io/web-app/
Mozilla Public License 2.0
230 stars 533 forks source link

Error Page on Password Change #1894

Closed ichux closed 8 months ago

ichux commented 1 year ago

Description

Once password is changed for a user the response is a 404 page. The password changes succeeds though!

Steps to Reproduce

Browse the URL, please change 127.0.0.1:9090 to taste on your system: http://127.0.0.1:9090/#/appusers/1/edit

where

1, as shown in the URL is the number of the user you wish to change the password detail. Once you are done, save your work and you will get the error.

Expected Behaviour

It should properly inform the user of a successful change of password, not throw a 404 error!

Actual Behaviour

A 404 error is thrown.

Settings

Screenshots, if any

Screenshot from 2023-11-11 07-29-54

anmolchhabra21 commented 8 months ago

Is this issue still pending, @ichux?

ichux commented 8 months ago

@anmolchhabra21 I have checked it out again. I will close it now to reopen when I test