Platform is running but no modules installed

Hello, I installed openmrs O3 using docker and since I wanted it to be available on another path so I changed the path urls and default.conf.template to something like /dev-openmrs/. I am able to successfully start the docker services and all seem to be healthy. But when accessing openmrs at localhost/dev-openmrs/ I got this error. For more information I am on ubuntu and I have used OpenMRS Reference App repo and before I changed the paths openmrs was working fine with default openmrs settings and paths.

What changes do I need to make here to get it working with new path ?

If you clear the browser cache and still get what you have shared in the screenshot, it means that some backend modules are failing to start. Can you share the backend logs via pastebin.com?

@dkayiwa The logs don’t come up correctly on pastebin so I have shared this gist OpenMRS Backend Logs

You’ll need to update the base href in the frontend config. In default.conf.template, ensure all path references reflect /dev-openmrs/. Also, set the PUBLIC_URL or equivalent env variable in your Docker setup to /dev-openmrs/. Clear browser cache and restart Docker services after changes.

Have you made any changes to the distro? Whatever is failing here is not connected to changing the URLs or anything like that.