Hi, Ive been trying to set up a local prefect server on EC2 instance to demo Prefect. After some initial success with making flows and deployments and running them, I wanted to clean up the repo and restart everything.
After creating a new python venv to run prefect from, I am now no longer seeing anything on my Prefect UI. Flow run history is gone, I cant create Work Pools (hangs after pressing create). Ive tried deleting the database in .prefect/ and followed instructions on how to restart it with
prefect server database restart -y
but the problem is persisting. I'm not sure what is going on here.