I have specified in the plugin (@nuxt/auth v.5.0.0) settings the following settings for redirection:
redirect: { login: '/?auth=login', logout: '/', callback: '/?auth=login', home: false },
And with a direct transition (it is with a direct transition) to a protected route, I get an error: Maximum call stack size exceeded
When setting login: '/auth', there is no such problem, the error is when passing query parameters. Please help me figure it out.