Skip to main content

Maintenance Mode

Less than 1 minute

Maintenance Mode

The maintenance mode shows a translatable page that tells the user that we are right back, because we are working on the server.

Maintenance Mode Screen Shot

Running The Maintenance Page Or Service

At the moment the maintenance mode can only be locally tested with Docker-Compose.

Locally Without Docker

{% hint style="info" %} TODO: Implement a locally running maintenance mode! Without Docker … {% endhint %}

The command …

# running the maintenance mode in webapp/ folder
$ yarn generate:maintenance

… is unfortunatelly not(!) working at the moment. This is because the code is rewritten to be easy usable for Docker-Compose. Therefore we lost this possibility.