We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chrome Macos Node 20 Nuxt 3.12.1
auth: { globalMiddleware: true, strategies: { local: { token: { property: 'data.token', maxAge: 1000 * 60 * 60, // 1 hour global: true, }, user: { property: 'data', // `user` property is now `user.property` autoFetch: true, }, endpoints: { login: { url: '/auth/signin', method: 'post' }, user: { url: '/member/getMemberProfile', method: 'get' }, logout: { url: '/auth/logout', method: 'post' }, }, }, }, redirect: { login: '/account/login', logout: '/', callback: '/', home: '/', }, },
after upgrade to new version off nuxt 3.12.1. Finally i downgrade to version 3.11.2 and work again
-
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
chrome
Macos
Node 20
Nuxt 3.12.1
Nuxt Config
Reproduction
Describe the bug
after upgrade to new version off nuxt 3.12.1. Finally i downgrade to version 3.11.2 and work again
Additional context
Logs
The text was updated successfully, but these errors were encountered: