Hey,
I suddenly get this error:
ERROR - agent | Failed to query for flow run metadata
with the Exception:
prefect.exceptions.ClientError: [{'path': ['flow_run', 0, 'id'], 'message': 'Cannot return null for non-nullable field flow_run.id.', 'extensions': {'code': 'INTERNAL_SERVER_ERROR'}}]
All flows in the Prefect UI are late, and never get allocated to a computer.
What should I do?
I created this issue:
https://github.com/PrefectHQ/prefect/issues/10072