ILLuMiNaTe
nuxtServerInit in Nuxt3
In Nuxt2 there was a nice function called nuxtServerInit. However in Nuxt3 this function no longer exists.
The issue is I'm having is as follows:
For some reason when i have a plugin that executes a $fetch during SSR it executes this around 4-5 times. That of course shouldn't happen.
Is there anyway how to do a $fetch to get a initial response?
3 replies
How to increase EventEmitter in Nuxt3
I'm getting a warning in my console that there is a possible memory leak. However this is caused by a server middleware proxy and is intentional.
Does anyone know how I can increase the setMaxListeners?
This inside the
nuxt.config.ts
config sadly did not do the trick.
1 replies
Nuxt instance in Module is undefined nuxt3 stable
In RC 13 I could access the this.nuxt property. But now the same "this" call is undefined.
Does anyone know how to call access the Nuxt property to setup a hook?
~/modules/material-design-icons
4 replies