https://prefect.io logo
Title
a

Andreas

07/25/2022, 9:55 AM
In latest Prefect 2.0 beta 2.0b12 deployments registered to backend are not showing for me in the UI. They are showing however when I run
prefect deployment ls
. I tried a reset on orion's database and running the deployment create script again with no luck. This happened after upgrading from b11 to b12
1
r

Riccardo Tesselli

07/25/2022, 10:53 AM
same for me using Prefect Cloud
j

Jenny

07/25/2022, 10:58 AM
Hi @Andreas - the removal of flow runners in 2.0b12 created a bug in the ui so it doesn't show deployments. We have a fix in the works.
@Riccardo Tesselli - the fix is already in Prefect cloud. Could you try a hard refresh?
r

Riccardo Tesselli

07/25/2022, 11:01 AM
@Jenny thank you! it works now
👍 1
f

Florian Sell

07/26/2022, 5:08 PM
@Jenny was it fixed in 2.0b13? I still can't see anything (deployments, flows, flowruns) in the UI, only via CLI.
j

Jenny

07/26/2022, 5:12 PM
Yes - 2.0b13 should work with new deployments. Sounds like there's a connection issue with your DB. Have you run
prefect orion start
? If it's still not showing up can you ask as a new question in the main channel and someone will help you through it.
👍 1
f

Florian Sell

07/27/2022, 7:24 AM
The solution was to set PREFECT_ORION_UI_API_URL to the address behind the cluster proxy (router in openshift) and not the internal cluster endpoint.
🚀 1
j

Jenny

07/27/2022, 10:53 AM
Thanks for coming back and sharing!