Closed despatates closed 1 month ago
Hi!
Can you create a reproduction repository on https://stackblitz.com?
btw, auth
value should be "guest"
in definePageMeta
instead of false
@despatates That's weird. I did use a custom layout for the custom login page in the past, everything worked just fine.
I found that it is still working with Nuxt 3.11.2
, but not with the latest version.
This should be a bug belongs to Nuxt itself, perhaps you can report it to the Nuxt team.
As layouts work fine when not using your plugin, I'm pretty sure they will reply it's a plugin issue.
https://github.com/nuxt/nuxt/issues/29361 Could you provide some support if they ask for technical data please?
Hi,
First, thank you for your module, I was waiting for a translation of
nuxt/auth-module
for Nuxt v3!I'm trying to use a custom login page using the routes configuration. My login page uses a layout, and this layout is not used but the default layout is.
In
nuxt.conf.js
:In my page
pages/login.vue
, I defined the layout:Here is my layout in
layouts/login.vue
:The layout was working before installing your module. Any idea why it doesn't work?