Hi everyone, i just did a new installation of pref...
# ask-community
g
Hi everyone, i just did a new installation of prefect using this guide https://docs.prefect.io/3.0/get-started/quickstart I setup the PREFECT_API_URL env var to
<http://127.0.0.1/api>
. But for some reason the prefect UI is empty, even after running the flow multiple times Things I have already tried • clean reinstall of prefect using
pip3
• restarting prefect server • use localhost and local network ip instead of
127.0.0.1
Also when I try to create a worker pool, the list comes up as empty Any help is appreciated
m
The default PREFECT_UI_API_URL is broken in the most recent version of Prefect. It works fine in 3.0.3 (the one I'm using).
g
thanks mark, i figured that out, doesnt work still 😞
m
Darn... so if you use Prefect 3.0.3 you still have the same ssue?
Ah did you try setting the port as well? so
<http://127.0.0.1:4200/api>
?
Default http port is 80, and I don't know how Prefect handles tihs
g
yups, i am guessing it could be a corrupt install, seeing funny stuff on the settings screen but done through clean installs thrice now
m
Your installation is cursed! 🧙
☠️ 1