dencs08
dencs08
Hi Bryan, did you by any chance found a solution to this problem?
same here - after adding @nuxtjs/recaptcha to the modules it throws the `ERROR Cannot restart nuxt: Cannot read properties of undefined (reading 'options') ` in the console. - nuxt 3.12.2...
Right now i exclude loading unused components via options like so: It would be nice to have something which would automate it though. ` components: { exclude: ['Galleria', 'TreeTable', 'PickList'],...
Same here, happening to multiple packages. - node -v18.7.0 - windows 10 - nuxt 3.9.3
The bug **was not** resolved yet. - **Best workaround** is to use **push command**. So for first migration use `generate` and `migrate` after that **always use** `push` - it preserves...
same here, cannot get more than 4-5 hours of battery time with cursor opened the energy impact is huge - 12 hr power in activity monitor is skyrocketing.
I'm also facing this problem, no idea how to work around it yet. It seems to me that shouldBypassCache should run every request regardless of other parameters because in it's...
@kaitoqueiroz I've opened a new [issue](https://github.com/unjs/nitro/issues/2738) with a workaround which might work for you, try it out and let me know if it worked.