{# extends 'master.html' #} {%block body%}

500

{{_('Oops! Something went wrong.')}} Hiddify Panel {{version}}

{% if has_update %}

{{_('This version of hiddify panel is outdated. Please update it from admin area.')}}

{% else %}

{{_('Please create an issue on Github.')}}

{% endif %}
{% if not has_update %}
        {%if "codec can't encode characters" in (""~error) %}
        Please restart the server.
        {%endif%}
{{error}}
{{trace}}
                    
{% endif %}
{%endblock%}