parse-dashboard
parse-dashboard copied to clipboard
Redirect after login leads to incorrect path
New Issue Checklist
- [x] I am not disclosing a vulnerability.
- [x] I am not just asking a question.
- [x] I have searched through existing issues.
- [x] I can reproduce the issue with the latest versions of Parse Server and Parse Dashboard.
Issue Description
When the login session of Parse Dashboard has expired, the redirection contains an incorrect URL with an additional slash.
Steps to reproduce
- Open a new browser window, log in to Parse Dashboard and navigate to the
_Userclass. - Delete all website data incl. cookies for the dashboard website in the browser settings.
- Reload the website.
- Browser URL shows login page with URL:
https://example.com/login?redirect=/apps/app-name/browser/_User - Open a new browser tab in the same browser window, copy paste the URL above and log in.
- Reload the first tab that shows the login page.
- A redirection to URL
https://example.com//apps/app-name/browser/_Useroccurs which leads to a 404 site.
Actual Outcome
The redirection URL in step 7 above contains an additional slash.
Expected Outcome
The redirection URL should not contain the additional slash.
Environment
Dashboard
- Parse Dashboard version:
6.0.0 - Browser (Safari, Chrome, Firefox, Edge, etc.):
Safari
Thanks for opening this issue!
- 🚀 You can help us to fix this issue faster by opening a pull request with a failing test. See our Contribution Guide for how to make a pull request, or read our New Contributor's Guide if this is your first time contributing.