https://prefect.io logo
s

Shrutika

07/06/2023, 2:42 PM
I am able to start the server, but the flow runs are not reflected in the UI. Also, I had some port issues so I used the following command to start the perfect:
Copy code
prefect server start --port 8084
Was able to resolve it only after moving back to the 4200 Port.
👍 1
j

Jeff Hale

07/06/2023, 3:00 PM
This should also work:
Copy code
PREFECT_API_URL="<http://127.0.0.1>:some_number_here/api"
https://docs.prefect.io/2.10.18/concepts/settings/?h=prefect_api_url#prefect_api_url