Unable to pass query parameters to redirect #1780
Unanswered
danilpon98
asked this question in
Support Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. I have specified in the plugin 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
Beta Was this translation helpful? Give feedback.
All reactions