{% extends "email/base.html" %} {% load posthog_assets %} {% load posthog_filters %} {% block heading %}A PostHog app has experienced a fatal error{% endblock %} {% block section %}
{% if is_system_error %}
Uh-oh. A system error prevented {{ plugin }}
{% else %}
Uh-oh. An unhandled error in the setupPlugin function of {{ plugin }} has prevented it
{% endif %} from loading in project {{ team }}. Here's what happened:
{{ error }}
Don't worry, we've disabled the app for now. If this it the first time you've seen the error, we recommend checking the logs and re-enabling it from the Apps page.
If the issue persists, please contact the author of the app, or the PostHog team, for help.
If the button above doesn't work, paste this link into your browser:
{% absolute_uri '/project/apps' %}