我正在尝试启动 Prefect Agent,以便使用 Prefect Server 完成设置。我没有使用prefect server start
开箱即用的设置,而是prefect server config
生成 Docker Compose 文件,然后docker compose up
启动服务器的服务。当我尝试启动代理时,出现以下错误:
prefect.utilities.exceptions.ClientError:
[{'message': 'No tenant found.',
'locations': [{'line': 2, 'column': 5}],
'path': ['register_agent'],
'extensions': {
'code': 'INTERNAL_SERVER_ERROR',
'exception': {'message': 'No tenant found.'}
}
}]
我该如何解决?