TimGuendel

Results 36 comments of TimGuendel

Maybe related: we have massive memory leak problems with Pinia + Axios + SSR. We ended up ditching Axios and Pinia - they are not really needed anymore. $fetch, useFetch/useAsyncData...

We used it in both 😶 I don't know about your problem, I just wanted to say that we faced similar issues. Getting rid of Axios & Pinia was a...

@sujith-gunasekaran why not store the client-side data inside useState instead of Pinia? You should at least try if it solved your memory leak problems 👀

Any update? I am trying to use a computedRef inside of useJsonld and I am getting this error: > "Converting circular structure to JSON\n --> starting at object with constructor...

I had a similar issue after updating pnpm. I see you have "packageManager": "[email protected]" For me, anything above "[email protected]" caused problems with NuxtImg. Worth a shot 👀