I cloned the git repository of openmrs-core and ran the application. I used the jar file of openmrs-module-legacyui and it is working good.
After that, I created a new module department by using mvn openmrs-sdk:create-project, built the project and uploaded the .omod file in the openmrs manage module section.
The module is shown in the admin section but on clicking the module name, it shows 404 error. The only modules that I have in the OpenMRS application are, OpenMRS module legacy UI and the newly created department module.
I didn’t do any modification in the module after I created it.
Please help me to solve this issue.