hub
hub copied to clipboard
GetCandy v1 Hub built on Nuxt.js
Page discounts.edit.rewards Steps to reproduce:
Page order-processing.dashboard Steps to reproduce:
Page index ``` TypeError: find(...) is undefined _callee$ hub.js:31 tryCatch runtime.js:63 invoke runtime.js:293 defineIteratorMethods runtime.js:118 Babel 2 asyncGeneratorStep _next client.js:103 _callee$ NuxtJS tryCatch runtime.js:63 invoke runtime.js:293 defineIteratorMethods runtime.js:118 Babel 4...
To allow static hosting, we probably need to include the following in the Nuxt config ``` // Target (https://go.nuxtjs.dev/config-target) target: 'static', ``` This allows a Nuxt project to be generated...
With a fresh install of GetCandy, the collections section of the hub errors.
Can we do something about these warnings? If they're coming from Nuxt, do we need to upgrade?