An error has occurred :-(

Usual error causes

  1. You started the application from an IDE and you didn't run npm start or npm run webapp:build.
  2. You had a network error while running npm install. If you are behind a corporate proxy, it is likely that this error was caused by your proxy. Check the error logs for details.
  3. You installed a Node.js version that is not compatible. Please use an LTS (long-term support) version.

Building the client side code again

If you want to go fast, run ./gradlew to build and run everything.

If you want to have more control, so you can debug your issue more easily, you should follow the following steps:

  1. Install npm dependencies with the command npm install
  2. Build the client with the command npm run webapp:build or npm start
  3. Start the server with ./gradlew or using your IDE

Getting more help

If you have a question

Search Stack Overflow or the project documentation for answers.

If you have a bug or a feature request

Please open an issue in the project repository.