This bug is hard to describe, but if you click on button below with some conditions met, it will close page and open studio window, while it should just open studio.
The conditions needed for that is unnecessary for specific page information in URL.
Let’s assume that we have this base URL:
https://create.roblox.com/dashboard/creations/experiences/PLACE_ID/placesNow, we go to Error report page.
We receive this URL:
https://create.roblox.com/dashboard/creations/experiences/PLACE_ID/analytics/errorsNow let’s set some filters:
For example, I have sat 7 days range. URL changed to:
https://create.roblox.com/dashboard/creations/experiences/PLACE_ID/analytics/errors?rangeType=Last7DaysNow let’s go back to places page:
All looks good except URL:
https://create.roblox.com/dashboard/creations/experiences/PLACE_ID/places?rangeType=Last7DaysDue to the
?rangeType=Last7Days, if we click on “Open in studio” button, page will close. Any such filter addon will do the same.Expected behavior
I expect page to not close, even if filters is applied.




