I've noticed my global middleware stops working after it's executed several times. I know I'm being too vague atm. Are there any common reasons for middleWares to stop working?
I am getting this error which I think might be related:
TypeError: Cannot read properties of undefined (reading 'appMiddleware')
TypeError: Cannot read properties of undefined (reading 'appMiddleware')
I believe this has always happened, but with Nuxt 3.11 it's more obvious.