TimGuendel
TimGuendel
This is indeed very annoying. As a workaround, I added all libraries that appeared in the messages to this include array in the nuxt config: ``` vite: { optimizeDeps: {...
I am still having this problem in production mode 🤔 `yarn build` `node .output/server/index.mjs` (Node.js v18.17.1, "http-proxy-middleware": "^3.0.0-beta.1", "nuxt": "^3.7.2")
> We'd definitely want to tackle this if you can provide a reproduction. > > Can you try installing vite v5 in your Nuxt 3.8.2 project, to see whether that's...
All right, @manniL helped me 👍 (using resolutions instead of overrides did the trick 🤷♂️) Vite 5 seems to be the culprit indeed: 
> One thing - when you set `vite.warmupEntry` to false, this should disappear (as it disables the 'in-advance' warmup). I'd be interested to know, however, if your initial browser request...
Was this helpful at all, or is there something else I could try to help solving this issue? 🤔
@manniL suggested that I "empty" my templates and try again. We have +/-350 vue files and I replaced all templates by ```Hello``` These are the startup times: Although significantly decreased,...
So this issue seems to be resolved with 3.11.1... closing this.
I have the same problem 🤔
Do dynamic inventories actually work? The lack of documentation and examples leads to confusion around this topic (https://github.com/ansible-semaphore/semaphore/issues/1759) @oyearunpal how did you manage to set up your dynamic inventory? 🤔