parse-dashboard icon indicating copy to clipboard operation
parse-dashboard copied to clipboard

Dashboard reloads entirely when clicking browser back button

Open mtrezza opened this issue 1 year ago • 1 comments

New Issue Checklist

Issue Description

Dashboard reloads entirely when clicking browser window back button (not the dashboard's data browser back button), instead of only reloading the data browser page. Reloading the whole dashboard takes a few seconds, while loading just the previous page takes <1s. This doesn't happen always when clicking the browser back button. Not sure what exactly the pattern is. This is a new issue that started to occur with a recent dashboard version upgrade.

Steps to reproduce

  1. Open data browser.
  2. Open a class with a pointer field.
  3. Click on pointer field to navigate to other class.
  4. Click browser back button.

Actual Outcome

Dashboard reloads with the "colored loading dots" visible.

Expected Outcome

Navigation should happen smoothly without the entire dashboard reloading.

Environment

Dashboard

  • Parse Dashboard version: 6.0.0

mtrezza avatar Dec 18 '24 17:12 mtrezza

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.