PrefectHQ / ui

The home of the Prefect 1 UI
https://cloud.prefect.io
Other
177 stars 42 forks source link

1.0 BUG: prefect 1.0 API internal error 500 #1350

Closed Bhan0507 closed 1 year ago

Bhan0507 commented 1 year ago

If your bug is related to Cloud 2.0 or Prefect 2.0, please submit your issue in the Prefect Repo

Bug Description Dose anyone know the status of the prefect 1.0 API? I have an internal error code 500 while requesting prefect 1.0 api. 3:36 {data={create_flow_run=null}, errors=[{message=Flow 60af8841-0762-456a-99b1-5a26857a9240 is archived., path=[create_flow_run], extensions={code=INTERNAL_SERVER_ERROR}}]}

Steps To Reproduce

Browsers Tested:


Notes

zangell44 commented 1 year ago

Hi @Bhan0507, from the error message Flow 60af8841-0762-456a-99b1-5a26857a9240 is archived, it looks like the error occurred when trying to run a flow that has already been archived.

Apologies, INTERNAL_SERVER_ERRROR is misleading here