Hi Guys,How do i enable new UI when i do selfhost....
# prefect-ui
s
Hi Guys,How do i enable new UI when i do selfhost. I am using helmchart to deploy in kubernetes. In cloud version, i was able to see "try now" option to switch to new UI to visualize runs, but not able to do same in Selfhosted version
a
Yep we do a lot of experimentation in Cloud before deciding which UI features to bring to open source. That particular feature is in the lab 🧪 so to speak, so doesn’t exist in the open source UI right now.
s
Thanks, i tried updating docker file in main branch to use ui-v2 and uploaded to my own ecr repo , but i am not sure if its stable enough to deploy this in prod. I faced some issues like base url not using prefect api url etc. so i reverted. Thanks. I'll wait for official release
a
ui-v2 is a migration of the current open source UI from vue to react. You won’t see anything new if you use one in the other (but we’re doing this migration to make adding new things much easier!)
s
oh i see, so the new UI isnt even in main branch. Thanks for reply !