I am not sure if the UI is exclusively something t...
# ask-community
a
I am not sure if the UI is exclusively something that needs to be used by creating a Cloud Account or it can be run locally and connected to the Prefect Core from the code hosted in the /PrefectHQ/ui repo
a
I admittedly haven't used Cloud myself (* shock * haha), but as I understand it, the UI can be run locally or on your own host, connected to Cloud or Server (which likewise can be run locally or on your own host). Prefect Core refers to the framework for defining tasks and flows, rather than the orchestration part, so it can be used without Cloud/Server/UI.
a
Ah okay, because even when running it locally and trying to register a flow I am getting this error all the time
Malformed response received from Cloud - please ensure that you are authenticated. See
prefect auth login --help
.
Even thoguh I am following the guide
Thanks for the answer too
Well after finally finding the link and "harcoding" it into the browser (there was no way to access by the UI) https://localhost:8080/user/keys it just hangs when trying to generate an API key
k
Are you running on server or cloud? We don’t have authentication for Prefect Server.
a
I didn't know that when starting prefect it would default to cloud, changed to local and it's working thanks
k
If you are using Prefect Cloud though, maybe it will be easier to use it through
<http://cloud.prefect.io|cloud.prefect.io>
?