I am able to start the server, but the flow runs a...
# pacc-july-6-2023
s
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
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