parse-community / parse-dashboard

A dashboard for managing Parse Server
https://parseplatform.org
Other
3.73k stars 1.38k forks source link

Clicking on app from app list page redirect to wrong app #2524

Open patelmilanun opened 5 months ago

patelmilanun commented 5 months ago

New Issue Checklist

Issue Description

In parse dashboard from app selection screen, initially what I select will become permanent even if I click on another app after coming to same page from the initial selected app, it just get me to the initially selected app. Look video for better understandability. Sometimes it gives weird behavior where it loads the name incorrectly every time which is of the initially selected class but the tables it loads are from the actual selected class.

Steps to reproduce

  1. Go to dashboard where we have app selection.
  2. Empty your localstorage.
  3. Initially select any app and then go back to the app selection page.
  4. Select another app from menu. Tab-1706266780740.webm

Actual Outcome

It is loading sometime wrong data and every time wrong name with wrong url in url bar.

Expected Outcome

It should load the correct name and correct data with correct url in url bar.

Environment

Dashboard

Server

Database

Logs

parse-github-assistant[bot] commented 5 months ago

Thanks for opening this issue!

patelmilanun commented 5 months ago

This was introduced when this Pull Request is deployed #2468