{% extends "base.html" %} {% block title %} {{ block.super }} - Error{% endblock %} {% block content %}

An error has occured!

{% if error == 'StatusCode.UNAVAILABLE' %}

LNDg cannot reach the gRPC for LND. Make sure LND is running and/or your gRPC settings are correct.

{% endif %} {% if error == 'StatusCode.UNKNOWN' %}

LND may not be ready yet. Wait a bit longer or check your LND logs.

{% endif %}

Error Code: {{ error }}

{% endblock %}