Uncaught SyntaxError: The requested module '/_nuxt/middleware/auth.global.ts' when restarting nuxt
I get this error in the browser console everytime i restart the nuxt server. when this happens the dev tools doesn't work and hmr also doesn't work.
This is my middleware
middleware/auth.global.ts
I comment the middleware and uncomment it again to fix the error. But if i restart the server or change .env file, it happens again.1 Reply
anyone know what could be causing this error?