Can't use flow.serve
or serve(flow.to_deployment(...))
with a 2.x client using a 3.x server
#14116
Closed
4 tasks done
First check
Bug summary
Trying to use
flow.serve()
orserve(flow.to_deployment(...))
results in an API error that extra fields aren't allowed, withinfra_overrides
being the field. I.e. the client is sendinginfra_overrides
and the 3.0 server doesn't know about this field.Reproduction
Error
Versions
Additional context
No response
The text was updated successfully, but these errors were encountered: