On further analysis, it turns out that a non-existent api/v2 route is being called.
However, if one searches for the same thing by clicking on the search icon on the navbar and choosing the resource, Clients, then entering the search phrase, it works. The below is the request being sent
Description
Searching for Client throws a 404 error
Steps to Reproduce
Clicking on a running instance of Mifos X Web App to access clients (Institution > Clients) or browsing to
On further analysis, it turns out that a non-existent api/v2 route is being called.
However, if one searches for the same thing by clicking on the search icon on the navbar and choosing the resource, Clients, then entering the search phrase, it works. The below is the request being sent
Expected Behaviour
Post searches are supposed to return results or empty list but not throw a 404 error
Actual Behaviour
It's failing
Settings