Hey everyone,
About two hours ago, one of my deployments started consistently failing with the following error:
‘’’
prefect.exceptions.PrefectHTTPStatusError: Client error '422 Unprocessable Entity' for URL '
https://api.prefect.cloud/api/accounts/*****/workspaces/******/flow_runs/'
Response: {
'exception_message': 'Invalid request received. Please check your input for NULL characters or values that may be outside normal ranges.'
}
More info:
https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/422
‘’’
When I run the flow locally against the Prefect Cloud API, I get the same error. But when I run it using a local Prefect server, everything works as before.
Has anything changed on Prefect Cloud recently?
And does anyone know how to fix or troubleshoot this?
Thanks in advance!