dissy123
dissy123
Plugin not working with Nuxt3 Stable 3.0.0 ``` Cannot read properties of undefined (reading 'options') 23:39:55 at PlausibleModule (node_modules/vue-plausible/lib/cjs/nuxt-module.js:18:89) at installModule (node_modules/@nuxt/kit/dist/index.mjs:416:9) at async initNuxt (node_modules/nuxt/dist/index.mjs:1825:7) at async loadNuxt (node_modules/nuxt/dist/index.mjs:1857:5)...
My Problem today was that there was a CAA Entry on DNS. If there is a CAA Entry on the DNS than you also have to set the one for...
hey I'm getting a issue when running my project with yarn start : `Error [ERR_MODULE_NOT_FOUND]: Cannot find package 'ipx' imported from /app/.output/server/index.mjs` When i build it for production with: `yarn...
Hi, I installed the cookie package also via pnpm i and then added an alias, and it is finding the package. But now i get: ` [auth][error][InvalidCheck]: Read more at...
https://github.com/dissy123/nuxt-memory-leak reproduction! :-) I really don't know if it is new behaviour, because last weekend we fixed that memory leak in nuxt-booster https://github.com/basics/nuxt-booster/issues/1089, and afterwards i found another memory leak...
And Yes i did garbage Collection before Taking the snapshots :)
interesting just tried it again. Deleted the lockfile and executed the commands you provided. Will check my system again, will have more time next week.
@Xenossolitarius the reproduction is just an empty nuxt project without anything else.
sorry, guys, just fixed it with uninstalling all node versions, i also had n and nvm installed maybe this caused the problem but it now seems to good again! thank...
@danielroe but we found a memory leak with pinia the reproduction is in this ticket, should i make a new one here? https://github.com/vuejs/pinia/issues/2762