Hi all! I'm having local development issues. I hav...
# ask-community
s
Hi all! I'm having local development issues. I have an instance of prefect running locally (
prefect server start
), however when triggering any run locally I get:
Copy code
10:29:20.942 | WARNING | prefect.runner - Cannot schedule flows on an ephemeral server; run `prefect server start` to start the scheduler.
Traceback (most recent call last):
Further down the call stack I get:
Copy code
File "/.venv/lib/python3.10/site-packages/alembic/script/revision.py", line 637, in _revision_for_ident
    raise ResolutionError(
alembic.script.revision.ResolutionError: No such revision or branch '4ad4658cbefe'
This does not replicate to other developers on my project. I've tried to uninstall and reinstall prefect to no avail.
🆙 1
n
hi @shani - can you share which version of
prefect
you encountered this on?
s
Hi @Nate, I actually managed to solve it by reconfiguring the profile Thank you
catjam 1