Hello All, I am trying to register my flow and get...
# ask-community
s
Hello All, I am trying to register my flow and getting an error "ValueError: Project prod not found. Run
prefect create project 'prod'
to create it."
k
Hey @Sarita Patel, all flows are attached to a project so you need to create the project to register the flow. Running
prefect create project 'prod'
will create it for you and then you’ll be able to register
s
Hi @Kevin Kho, thanks for the info. The confusing part is that "prod" project already exists on Prefect
Will the
prefect create project 'prod'
create a local Prefect project that would sync with the Prefect Server's "prod" project?
k
It won’t. The registration can’t find your project. Did you do
prefect backend server
?
Could you show me a screen shot of what you see in the UI?
s
Yeah, I was able to troubleshoot that from Google and I did:
Copy code
prefect backend cloud
prefect auth login -t <<API Key>>
k
Are you good now then?
s
yes
👍 1