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 })...