HTMLFormEntry API page not found searching for person relationship

Module: HTML Form Entry Module Version: 5.0.0

Openmrs version: 2.6.0

Issue or Question: I have a form for a child, and have entered the following relationship for the parent <relationship type="8d91a210-c2cc-11de-8d13-0010c6dffd0f" whoAmI="B" changeExistingRelationship="true" required="true"/>

The following error message is displayed on the UI when i click Search for Person button to link the child to the mother.

The following error is what is being display on the browser inspector

jquery-1.12.4.min.js?cache=1679985838121:4          GET http://localhost:5009/openmrs/module/htmlformentry/personSearch.form?inPopup=true&prefix=w7 404

And a warning in the openmrs logs

WARN - DispatcherServlet.noHandlerFound(1282) |2023-03-28T08:49:45,059| No mapping for GET /openmrs/module/htmlformentry/personSearch.form

The above issue only started when i upgraded to openmrs 2.6.0, but works find 2.3.2 version, Kindly assist me to address this on 2.6.0

Just use the latest version of the htmlformentry module which has the fix for this.

hi @dkayiwa thanks for your prompt respond, what is the latest version htmlformentry? i thought it was 5.0.0

hi @dkayiwa thank you very much, i upgraded to 5.1.0 and it works well now