Hi all, trying to follow the course <tech setup> -...
# pacc-mar-12-13-2024
l
Hi all, trying to follow the course tech setup - at the last step when try to execute the flowtest, I am getting an error:
RuntimeError: Cannot create flow run. Failed to reach API at <http://ephemeral-prefect/api/>.
Any ideas what is causing this (I'm wondering if this is a security setting on my end that is blocking me to reaching the API)?
1
k
I usually see this when users aren't logged in to Prefect Cloud. Did you run
prefect cloud login
in your terminal after installing
prefect
?
l
Thank you! That did indeed fix the issue
🙌 2