Hello again! So I have run into the following iss...
# prefect-server
j
Hello again! So I have run into the following issue - seems to have appeared out of nowhere since don't think it was happening yesterday... I am registering my flows on CI - get the following output;
Copy code
INFO:root:Registering flow: weather_data_etl
Result check: OK
Flow URL: <http://localhost:8080/default/flow/b366cae3-8200-42d9-87b5-f621711e897a>
 └── ID: 2570985c-efd0-4b29-88f1-96b86862d34a
 └── Project: prod
 └── Labels: ['prefect-agent']
INFO:root:Registering flow: test_flow
Result check: OK
Flow URL: <http://localhost:8080/default/flow/96b48708-c731-4dd7-9ba0-f354b8ef7028>
 └── ID: 1307c478-cc0e-49ee-b4b8-b00a8834eed6
 └── Project: prod
 └── Labels: ['prefect-agent']
So all seems good... However if I go to the UI there are no flows visible at all - that being said if I look into the postgres DB then the flows with the above IDs both exist...
I know not very detailed so hard to help - but what would be helpful is for me to see the logging of graphql calls as the UI loads the flow page so perhaps someone knows ho to do that?
Ok I accidentally changed the form data in the UI that sets the graphql endpoint location...
booo
n
Hi @Josh Greenhalgh - it sounds like you got this figured out? My guess would be your UI wasn't hitting the correct endpoint
j
Yeah I changed the url in the getting started page (by accident) thinking that because I had set it on the helm chart it wouldn't matter - but it does so will leave it alone in future!