I followed the prefect quickstart but my web ui ca...
# prefect-community
q
I followed the prefect quickstart but my web ui can't seem to connect to the graphql
j
Hi @qizzle did you spin up the server using
prefect server start
? And if so do you see the big Prefect Server ASCII at the end?
q
yes and yes
j
Interesting, do you also see an Apollo log that says something like:
Copy code
Server ready at <http://0.0.0.0:4200>
Should be right above the ASCII art
q
so i've turned the prefect server start into a service and looking through the journalctl. I think I see the connection errors
j
Hmm, if you see the welcome ascii at the end then I think it means that it starts up properly. Sometimes that apollo error you see is something that happens while it’s waiting for other services to start
If you want to open an issue on the https://github.com/PrefectHQ/server repo then we could probably debug better there 🙂
q
I've reinstalled but still encountering this issue
really seems like everything is working on the prefect server side but agent still can't load the data. maybe its the postgresql that's messed up
j
Are you able to register a flow?