https://prefect.io logo
d

Deceivious

08/08/2023, 8:02 AM
Additionally, When I load the Prefect UI on browser with URL
<http://127.0.0.1:4200/>
, I get redirected to
<http://127.0.0.1:4200/dashboard>
. Is it possible to change the redirection? For example, I wanna be redirected to
<http://127.0.0.1:4200/dashboard?tags=tag_i_care_about>
instead.
b

Brandon Reid

08/08/2023, 10:08 AM
Hmm. I wonder if it would be suitable to have the selected tag(s) persist in localstorage, so when you return it applies that filter for you? I don't imagine you'd want to set that as a workspace wide thing, in case other collaborators care about other tags instead.
d

Deceivious

08/08/2023, 1:15 PM
It not about the tags but where the root route redirects to.