Skip to content
New issue

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

Browser Dashboard redirect to wrong class when changing App from AppsMenu #2519

Closed
4 tasks done
sadakchap opened this issue Jan 3, 2024 · 4 comments · Fixed by #2526
Closed
4 tasks done

Browser Dashboard redirect to wrong class when changing App from AppsMenu #2519

sadakchap opened this issue Jan 3, 2024 · 4 comments · Fixed by #2526
Assignees
Labels
bounty:$10 Bounty applies for fixing this issue (Parse Bounty Program) state:released Released as stable version state:released-alpha Released as alpha version state:released-beta Released as beta version type:bug Impaired feature or lacking behavior that is likely assumed

Comments

@sadakchap
Copy link
Member

New Issue Checklist

Issue Description

Browser Dashboard tries to access previous app's class list when switching apps from AppsMenu in the Sidebar.

Steps to reproduce

  • have multiple apps with atleast one unique className in all three apps.
  • Select another app from AppsMenu in the Sidebar
PreviousAppClassesError.mov

Actual Outcome

Blank browser dashboard page, as it was trying to fetch data for the class that does not exists in the App.

Expected Outcome

Properly redirected to first class in the app and not show blank page.

Environment

Dashboard

  • Parse Dashboard version: 5.3.0
  • Browser (Safari, Chrome, Firefox, Edge, etc.): Chrome
  • Browser version: Version 120.0.6099.129 (Official Build) (arm64)

Server

  • Parse Server version: 5.2.3
  • Operating system: macOS
  • Local or remote host (AWS, Azure, Google Cloud, Heroku, Digital Ocean, etc): AWS

Database

  • System (MongoDB or Postgres): MongoDB
  • Database version: MongoDB - 3.6
  • Local or remote host (MongoDB Atlas, mLab, AWS, Azure, Google Cloud, etc): remote

Logs

Copy link

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.

@mtrezza mtrezza added type:bug Impaired feature or lacking behavior that is likely assumed bounty:$10 Bounty applies for fixing this issue (Parse Bounty Program) labels Jan 8, 2024
@patelmilanun patelmilanun self-assigned this Jan 26, 2024
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 5.4.0-alpha.4

@parseplatformorg parseplatformorg added the state:released-alpha Released as alpha version label Feb 15, 2024
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 6.0.0-beta.1

@parseplatformorg parseplatformorg added the state:released-beta Released as beta version label May 16, 2024
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 6.0.0

@parseplatformorg parseplatformorg added the state:released Released as stable version label Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bounty:$10 Bounty applies for fixing this issue (Parse Bounty Program) state:released Released as stable version state:released-alpha Released as alpha version state:released-beta Released as beta version type:bug Impaired feature or lacking behavior that is likely assumed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants