From d164fedb9d59c7c479b68aa36752f118115429c1 Mon Sep 17 00:00:00 2001 From: John Bintz <27256+johnbintz@users.noreply.github.com> Date: Tue, 21 Apr 2020 07:32:50 -0400 Subject: [PATCH] Fix up public id workaround flow/information --- .sandstorm/sandstorm-files.list | 6 +++--- pages/index.vue | 11 ++++++----- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.sandstorm/sandstorm-files.list b/.sandstorm/sandstorm-files.list index c7fca74..f74e165 100644 --- a/.sandstorm/sandstorm-files.list +++ b/.sandstorm/sandstorm-files.list @@ -90,13 +90,13 @@ lib64/ld-linux-x86-64.so.2 opt/app opt/app/.babelrc opt/app/.cloudcmd.menu.js -opt/app/.nuxt/dist/0.nuxt.bundle.f2f0f05da0a6a435ee4c.js +opt/app/.nuxt/dist/0.nuxt.bundle.ef50340c3600ea7e30a7.js opt/app/.nuxt/dist/1.nuxt.bundle.89a9958091c34dcc68ed.js opt/app/.nuxt/dist/index.html -opt/app/.nuxt/dist/manifest.1e9ee1e14867bf29e7ca.js +opt/app/.nuxt/dist/manifest.7c112ec70f8b3c557a15.js opt/app/.nuxt/dist/nuxt.bundle.dbf51a8ed53569a6c1b0.js opt/app/.nuxt/dist/server-bundle.json -opt/app/.nuxt/dist/vendor.bundle.1e9ee1e14867bf29e7ca.js +opt/app/.nuxt/dist/vendor.bundle.7c112ec70f8b3c557a15.js opt/app/.sandstorm/launcher.sh opt/app/README.md opt/app/node_modules/.bin/babel-node diff --git a/pages/index.vue b/pages/index.vue index 8e85ff2..011bca4 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -2,13 +2,14 @@
- Loading public site information... + Loading public site information. This may take a while! + This is a known bug.
Unable to load public site information! Try restarting the grain. - This is a known bug. + This is a known bug.
@@ -135,6 +136,8 @@ unsafe= true } } + this.isLoading = false + setInterval(this.checkDirty, 5000) }, head: { @@ -153,9 +156,7 @@ unsafe= true this.domain = jsonResult.domain } catch (e) { console.error(e) - this.loadError = e - } finally { - this.isLoading = false + throw e } }, async commitLocal () {