There was an error while loading. Please reload this page.
If you see the following error in the logs:
oli_app | Error from chokidar ... Error: ENOSPC: System limit for number of file watchers reached, watch ...
You should increase your host system's inotify max_user_watches using the following commands:
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf # verify the change sudo sysctl -p