{# CSS things #} {# libraries #} {# the theme #} {# Firefly III customisations #} {# favicons #} {% include('partials.favicons') %}

Whoops! An error occurred.

Unfortunately, this error was not recoverable :(. Firefly III broke. The error is:

{{ exception.getMessage |default('General unknown errror') }}

{% if not debug %}

More information
Please collect more information in the storage/logs directory where you will find log files. If you're running Docker, use docker logs -f [container]. You can read more about collecting error information in the FAQ.

Get help on GitHub
You're more than welcome to open a new issue on GitHub.

  1. Use the search!
  2. Include the information from this debug page.
  3. Tell us more than "it says Whoops!"
  4. Include error logs (see above).
  5. Tell us what you were doing.
{% endif %}
{% if debug %}

Error

This error occured in file {{ exception.getFile }} on line {{ exception.getLine }} with code {{ exception.getCode }}.

Stack trace

{{ exception.getTraceAsString|nl2br }}
{% endif %}