You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🚀 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.
New Issue Checklist
Issue Description
When the login session of Parse Dashboard has expired, the redirection contains an incorrect URL with an additional slash.
Steps to reproduce
_User
class.https://example.com/login?redirect=/apps/app-name/browser/_User
https://example.com//apps/app-name/browser/_User
occurs 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
6.0.0
Safari
The text was updated successfully, but these errors were encountered: