diff --git a/lnbits/static/js/service-worker.js b/lnbits/static/js/service-worker.js index 9bbd3763..fd8c433f 100644 --- a/lnbits/static/js/service-worker.js +++ b/lnbits/static/js/service-worker.js @@ -1,6 +1,6 @@ // update cache version every time there is a new deployment // so the service worker reinitializes the cache -const CACHE_VERSION = 122 +const CACHE_VERSION = 123 const CURRENT_CACHE = `lnbits-${CACHE_VERSION}-` const getApiKey = request => { diff --git a/lnbits/templates/error.html b/lnbits/templates/error.html index ba7f7670..55796975 100644 --- a/lnbits/templates/error.html +++ b/lnbits/templates/error.html @@ -13,18 +13,28 @@ >
{{ err }}
-

- If you believe this shouldn't be an error please bring it up on - https://t.me/lnbits -

+
- +
+
+ +
+
+ +
+
@@ -42,6 +52,9 @@ methods: { goBack: function () { window.history.back() + }, + goHome: function () { + window.location.href = '/' } } })