You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am having a Memory Leak with the nuxt3/pinia plugin the Objects are all related to pinia.
It looks like that the state gets completly new fetch on each request, and the old memory used is not garbage collected
I am fetching the data for the Store like this in the app.vue
I am using the useAsyncData hook.
I am using $fetch to fetch the data from the server, I also tried it with useFetch but this didnt work either
The Data is synced correctly to the Client and not fetched again there
I also tried it with a Plugin like this.
I am using, the following versions:
Nuxt 3.12.4
Am I doing something wrong? Or is it a bug?
Beta Was this translation helpful? Give feedback.
All reactions