Skip to content
Benjamin Jonard edited this page Aug 28, 2025 · 4 revisions

Where can I find logs ?

Logs are located in the ./var/logs/prod.log file, inside the root directory of Koillection.

Invalid CSRF token on first connection

Have a look at the HTTPS_ENABLED value, if should be 0 if you use http to access Koillection, 1 if you use https

If you have a reverse proxy, you may need to setup SYMFONY_TRUSTED_PROXIES and SYMFONY_TRUSTED_HEADERS env variables. See here: https://github.com/benjaminjonard/koillection/wiki/Configuration

Clone this wiki locally