https://prefect.io logo
Title
a

Alvaro Durán Tovar

07/19/2022, 3:47 PM
hi! it's failing to create a project from cli and from code
prefect.exceptions.ClientError: [{'path': ['create_project'], 'message': 'Uniqueness violation.', 'extensions': {'code': 'INTERNAL_SERVER_ERROR'}}]
the project name
feast
failing to create from UI also
the error happens here
debugging it the response is empty, but it's expecting to have something, any idea?
could be I already created and deleted a project with that name, I don't remember
k

Kevin Kho

07/19/2022, 4:50 PM
The deletion can take a while because it has to propagate for flow runs and task runs. How long has it been since you deleted the project?
What is your team name?
a

Alvaro Durán Tovar

07/19/2022, 5:02 PM
I don't remember so at least days
Quiqup
k

Kevin Kho

07/19/2022, 5:04 PM
Can you try turning off the schedules of the flows in that project?
a

Alvaro Durán Tovar

07/19/2022, 6:46 PM
I can't access flows from that project as I deleted it
Mmm maybe flows are still there, but project is in a "Limbo"
k

Kevin Kho

07/19/2022, 6:48 PM
Ah I see ok will forward these details
👍 1