{% extends 'appearance/base.html' %} {% load i18n %} {% block title %}{% trans 'Server error' %}{% endblock %} {% block stylesheets %} {% endblock %} {% block content %}

{% trans 'Server error' %}

{% blocktrans %}There's been an unexpected error.{% endblocktrans %}


{% trans 'What to do next?' %}

  • {% blocktrans %}Refresh the page.{% endblocktrans %}
  • {% blocktrans %}Wait a bit. The system might be overloaded.{% endblocktrans %}
  • {% blocktrans %}Contact your system administrator.{% endblocktrans %}
  • {% blocktrans %}Check the logs for messages with the tags "ERROR", "CRITICAL" or "FATAL".{% endblocktrans %}
  • {% blocktrans with 'https://gitlab.com/mayan-edms/mayan-edms/-/issues' as issue_url %}Open a ticket using the issue tracker.{% endblocktrans %}
{% endblock %}