Opening place from website with link will close current page, if link has unnecessary for current page info

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/places
Now, we go to Error report page.

We receive this URL:
https://create.roblox.com/dashboard/creations/experiences/PLACE_ID/analytics/errors
Now 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=Last7Days
Now let’s go back to places page:

All looks good except URL:
https://create.roblox.com/dashboard/creations/experiences/PLACE_ID/places?rangeType=Last7Days
Due 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.

We haven’t been able to reproduce the issue with the page closing. Could you please let us know what browser you’re using, and also share your browser logs?

You can send the logs to me privately, just let me know once you’ve sent them. Thanks!

1 Like

Sorry for long delay, your reply got buried under others.
Browser I’m using is Opera.


Somehow, for now issue is not triggerring with the above repro steps. I’ll send logs if I’ll encounter it again, though.