Nick Torba
07/02/2025, 8:45 PMprefect server start --port 4201
as I have before, but I get this message in the bottom right of the browser:
Can't connect to Server API at <http://localhost:4200/api>. Check that it's accessible from your machine.
and nothing shows up in the UI when I run flows. Can anyone help me figure out what is wrong?
I have tried on each of 3.4.4, 3.4.5, 3.4.6, and 3.4.7. I can't get this working on any of themNick Torba
07/02/2025, 8:47 PMJake Kaplan
07/02/2025, 9:17 PMprefect config set PREFECT_UI_API_URL="<http://127.0.0.1:4201/api>"
first, then the UI knows where to reach the server.Nick Torba
07/02/2025, 9:35 PM