Troubleshooting

Vigilant is in early development. Not all features are implemented and there are probably a few bugs. Feedback is greatly appreciated!

Vigilant is currently under development which means that there are probably some bugs in the code. This can mean that data is missing from your frontend. When this happens please take a look at the log files and/or the job queue.

If you encounter an issue it would greatly be appreciated if you post it to the GitHub issues or the Discord.

Docker

First of all confirm that the containers are running and are healthy using docker ps.
If you see any issues go to the folder where the compose file is located and examine the logs: docker compose logs -f

Logs

Vigilant's logs are stored in the storage/logs directory, all errors will be logged here.

Job Queue

Vigilant uses a job queue called Horizon. This is used for all of the different tasks that Vigilant runs.

Horizon tracks what tasks/jobs have succeeded and failed. To access Horizon you can go to /horizon on your Vigilant instance.