We couldn’t load the application
Something prevented the application from starting correctly. This is usually caused by an ongoing application deployment (application restarting), or a temporary network issue.
What you can try
- Refresh the page.
- Wait a few minutes and try again.
- Clear your browser cache and reload.
- Try accessing the application in a private/incognito window.
- Make sure you are connected to the internet or corporate network (if required).
If you are a developer
- Ensure the frontend dependencies are installed:
npm install - Start the frontend build process:
npm start - Or build the client manually:
npm run webapp:build - Start the backend service (e.g.,
./mvnw or via your IDE) - Verify you are using a supported Node.js LTS version
Still having trouble?
Please contact your system administrator or development team and include:
- The URL you were trying to access
- A screenshot of this page
- Any errors shown in the browser console (F12 → Console)
This message is only shown when the application fails to initialize.