Backend Problem

I am trying to run openmrs core backend in my local machine. At first I tried running the docker image but it keeps giving me this.

Now when I tried to run it like this (mvn jetty:run). It open the installation wizard but after the installation wizard part it doesn’t work. When i try to restart my backend it takes me to the installation wizard every time. Is this a common problem or am I just dumb :face_without_mouth: Can any one help. [openmrs] Could not read importmap from http://localhost:8080/openmrs/spa/importmap.json. Falling back to import map from https://dev3.openmrs.org/openmrs/spa/importmap.json: Error: Request failed with status code 404 [openmrs] Could not read routes registry from http://localhost:8080/openmrs/spa/routes.registry.json. Falling back to routes registry from https://dev3.openmrs.org/openmrs/spa/routes.registry.json: Error: Request failed with status code 404

Talking about what i see on the screenshot, it seems you need to install the legacyui module to be able to access the admin interface. I will advice you do that.

The openmrs-core repo has the OpenMRS platform which is a mostly headless platform, meaning it does not have a useful UI. You need to add modules to your install to make the application work.

To help troubleshoot that issue, you likely need to supply the OpenMRS log output.

The rest of the messages here seem unrelated to running openmrs-core, as they are about the O3 frontend.

Could you please describe what you are trying to accomplish?