22 lines
482 B
Plaintext
22 lines
482 B
Plaintext
<%if (format === 'text') { %>
|
|
|
|
Dear Cloudron Admin,
|
|
|
|
The application '<%= title %>' installed at <%= appFqdn %> is not responding.
|
|
|
|
This is most likely a problem in the application.
|
|
|
|
To resolve this, you can try the following:
|
|
* Restart the app in the app configuration dialog
|
|
* Restore the app to the latest backup
|
|
* Contact us via support@cloudron.io or https://forum.cloudron.io
|
|
|
|
|
|
Powered by https://cloudron.io
|
|
|
|
Sent at: <%= new Date().toUTCString() %>
|
|
|
|
<% } else { %>
|
|
|
|
<% } %>
|