bitbytebit1
bitbytebit1
Can confirm I'm seeing the same issue: https://stackblitz.com/edit/nuxt-starter-2tb3jw?file=app.vue
Got it working: https://stackblitz.com/edit/nuxt-starter-2tb3jw?file=app.vue
Has there been any experimentation with using a delay to work around the rate limit?
Is it possible for you you release the patch for ChartJs 3?
This seems like quite an important issue, I'm surprised it hasn't got any love! I would also expect that should the caching mechanism fail it should fall back to calling...
I was also looking for this feature. In the mean time I achieved the same using a nitro plugin: ```js export default defineNitroPlugin((nitroApp) => { nitroApp.hooks.hook("beforeResponse", (event, { body })...
Seems like I can do this in production, however it doesn't work during in development, feels sketchy though. ``` import { getPublicAssetMeta, readAsset } from '#nitro-internal-virtual/public-assets'; import assets from '#nitro-internal-virtual/public-assets-data'...
Another work around would be to call for the resource using $fetch. I'm cuirous if I call for resources in the public folder using $fetch, does unenv still apply? Or...
No error as far as I can tell. Looking at the DOM there's no webmanifest injected.
I'm using the NuxtPwaManifest component