has anyone seen this error before on prefect 1? just started this morning. everything worked fine ye...
t
has anyone seen this error before on prefect 1? just started this morning. everything worked fine yesterday and we did not update anything between yesterday and today
Copy code
Unexpected error while running flow: KeyError("Task slug ''-1 is not found in the current Flow. This is usually caused by a mismatch between the flow version stored in the Prefect backend and the flow that was loaded from storage.\n- Did you change the flow without re-registering it?\n- Did you register the flow without updating it in your storage location (if applicable)?")
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/prefect/engine/cloud/flow_runner.py", line 398, in initialize_run
    task = tasks[task_run.task_slug]
KeyError: "''-1"
re registering the flows seems to have done it but it's weird that it started happening out of nowhere