Bruno Nunes
03/17/2022, 3:22 PMprefect server create-tenant --name default --slug default
I'm getting the following error:
prefect.exceptions.ClientError: [{'message': 'Uniqueness violation.', 'locations': [{'line': 2, 'column': 5}], 'path': ['create_tenant'], 'extensions': {'code': 'INTERNAL_SERVER_ERROR', 'exception': {'message': 'Uniqueness violation.'}}}]
It seems that the tenant already exists. Do you know what might be the problem?Kevin Kho
03/17/2022, 3:24 PMBruno Nunes
03/17/2022, 3:27 PMKevin Kho
03/17/2022, 3:31 PMquery {
tenant{
id
name
}
}
Bruno Nunes
03/17/2022, 3:36 PMKevin Kho
03/17/2022, 3:41 PM