Existing in backend user already provided. Just press login button.
Describe the bug
Can't login with strategy local
Additional context
No response
Logs
request-handler.mjs?v=55d9fab5:15 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'setHeader')
at RequestHandler.clearHeader (request-handler.mjs?v=55d9fab5:15:17)
at Token.reset (token.mjs?v=55d9fab5:31:32)
at RefreshScheme.reset (refresh.mjs?v=55d9fab5:119:16)
at Auth.reset (auth.mjs?v=55d9fab5:156:1)
at RefreshScheme.login (local.mjs?v=55d9fab5:80:18)
at Auth.login (auth.mjs?v=55d9fab5:110:1)
at auth.mjs?v=55d9fab5:104:1
at async login (index.vue:16:3)
Environment
Nuxt Config
Reproduction
https://stackblitz.com/edit/nuxt-starter-ykgz8i?file=pages%2Flogin%2Findex.vue,nuxt.config.ts,package.json
You can test it from localhost:3000 also.
Existing in backend user already provided. Just press
login
button.Describe the bug
Can't login with strategy
local
Additional context
No response
Logs