Annick Walkenhorst

Results 70 comments of Annick Walkenhorst
trafficstars

@metmarkosaric i am struggling with the same issue. What exactly is meant with the fallback?

i am using Plausible with vercel. Does that look like the correct setting? //vercel.json ``` { "headers": [ { "source": "/(.*)", "headers": [ { "key": "Cache-Control", "value": "max-age=0, s-maxage=86400, stale-while-revalidate=59"...

i checked for my case, but the problem is still existing even with latest MSW version 0.49.2 Seems MSW is unusable in that case and we need to find another...

@haydenbr thanks for your suggestion. I tried this very first to fix it but without success.

@kodervine Unfortunately I have not found a solution. As it was not an option to do without Auth0, we threw MSW out of the project.

@nuxt/icon is also NOT working in histoire. Did you found a way for storybook? maybe it also helps with histoire?

Not much happening here since one year? My problem: https://forum.bryntum.com/viewtopic.php?t=26907 The described "workaround" with disabling the page transitions does not work at all. The related upstream issue in vue got...

Looks like the upstream issue in vue and nuxt already got fixed! But i still get this error when trying to use bryntum with nuxt. So there must be an...

i found a working workaround by myself. Adding this to nuxt.config file: ``` export default defineNuxtConfig({ vite: { optimizeDeps : { include : ['@bryntum/grid', '@bryntum/grid-vue-3'] } }, }) ``` fixes...