In latest Prefect 2.0 beta 2.0b12 deployments regi...
# prefect-community
a
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
same for me using Prefect Cloud
j
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
@Jenny thank you! it works now
👍 1
f
@Jenny was it fixed in 2.0b13? I still can't see anything (deployments, flows, flowruns) in the UI, only via CLI.
j
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
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
Thanks for coming back and sharing!