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
Adding definePageMeta({ middleware: ['nuxt-permissions'] }) to a page, causes it to return with a 404 error. It does the same if I include my auth.global.ts as middleware (it is currently completely empty anyway). I've made sure to disable SSR.
It's a brand new project and that's pretty much all I've got so far. I'm really curious as to why this doesn't work.
Adding
definePageMeta({ middleware: ['nuxt-permissions'] })
to a page, causes it to return with a 404 error. It does the same if I include myauth.global.ts
as middleware (it is currently completely empty anyway). I've made sure to disable SSR.It's a brand new project and that's pretty much all I've got so far. I'm really curious as to why this doesn't work.
package.json:
The text was updated successfully, but these errors were encountered: