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
to
After logout, Refine automatically appends to query param to URL but it doesn't redirect to URL after login.
npm create refine-app@latest -- --example auth-antd
npm run dev
http://localhost:3000/login?to=/any-path
http://localhost:3000/any-path
http://localhost:3000/blog-posts
After login, it should redirect to http://localhost:3000/any-path
No response
The text was updated successfully, but these errors were encountered:
Hey! I want to contribute to this issue.
Sorry, something went wrong.
alicanerdurmaz
Successfully merging a pull request may close this issue.
Describe the bug
After logout, Refine automatically appends
to
query param to URL but it doesn't redirectto
URL after login.Steps To Reproduce
npm create refine-app@latest -- --example auth-antd
npm run dev
http://localhost:3000/login?to=/any-path
http://localhost:3000/any-path
but it'shttp://localhost:3000/blog-posts
Expected behavior
After login, it should redirect to
http://localhost:3000/any-path
Packages
System:
Binaries:
Browsers:
Refine Packages:
Additional Context
No response
The text was updated successfully, but these errors were encountered: