Hello everyone! Doing some experiments to see if P...
# prefect-server
a
Hello everyone! Doing some experiments to see if Prefect might be a good fit for us. I've tried running the examples with
server
here: https://docs.prefect.io/core/examples/overview.html#running-with-prefect-cloud-or-server But running the jobs results in
Copy code
Failed to load and execute Flow's environment: ValueError('Flow is not contained in this Storage')
I'm running everything on a local agent to start. What obvious thing am I missing? Thanks in advance.
k
Hi @Alec Koumjian, what storage are you using?
Ah I see. Does your agent live on the same machine that you registered on?
a
I hadn't actively selected any, did I miss a step in the tutorial?
Yes
k
It’s actually my first time seeing this page. I think the Orchestration Tutorial will be a much better guide than this
a
You mean this? https://docs.prefect.io/orchestration/tutorial/overview.html I don't really see much there if that's the case.
k
Oh man that page really needs to be removed (the first one). Sorry about that. The proper link to deploy a flow would be here
Hey I touched base with our docs writer just so you know and that paged will be updated soon
a
thanks @Kevin Kho I'll go through this tutorial first