Application Name: Reference Application
Version Number: OpenMRS 3 (O3 )
Question:
I am trying to access the OpenMRS 3 demo environment at OpenMRS , but the page loads completely blank — no UI elements, no error messages, just an empty white screen.
Hay @einerrcastrellon, the blank screen in the OpenMRS 3 demo environment is caused by the backend failing to start properly there could be a database update mismatch and therefore the initialsetup page shows a startup error (“Should not be here because updates were run previously”), which means the demo server itself is misconfigured or stuck in an incomplete upgrade state. This is not a browser issue on your side but a server-side failure. So the React-based O3 frontend (/spa/home) relies on the backend API. Since the backend is not running, the frontend cannot render, resulting in a blank white screen.
That explains the blank screen well if the backend isn’t starting properly, the O3 frontend won’t be able to load anything since it depends on those APIs.
@einerrcastrellon you can try the alternate dev3 instance shared above to confirm it’s working on your side. If that loads fine, then it’s definitely an issue with the demo server and not your setup.