Client Side middleware sometimes doesn't run when navigating with NuxtLink
I have the console.log() in a
/middleware/permissions.global.ts
on refresh it logs always, but when using NuxtLink to navigate it stops loggins 90% of the time.1 Reply
I'm using
{ssr: false}
btw
I also get no console errors or warnings
so how can I debug this