Hello community! I'm trying to serve a flow, but i...
# ask-community
d
Hello community! I'm trying to serve a flow, but it consistently throws this error:
Copy code
{'exception_message': 'Invalid request received.', 'exception_detail': [{'loc': ['body', 'paused'], 'msg': 'extra fields not permitted', 'type': 'value_error.extra'}
I double checked to ensure every parameter declared in the flow function is used somewhere in the function; I'm not sure what else this error message could be referring to. Is this a known issue?
Closing the loop on this: This error was thanks to a version mismatch between the repo serving the flow and the running prefect instance. Matching the two cleared the error.