Michelle Brochmann
06/23/2022, 7:57 PM--expose
and --ui-port <UNRESTRICTED_PORT>
. So now I can see the UI framework but it isn’t pulling actual data and things remain looking like in the attached screenshot.
What do I need to know about how data is pulled from the other containers in order to troubleshoot this? I tried setting other ports to numbers in the unrestricted range but those caused various problems (server startup not completing, or commands like prefect create project
hanging).
In order to troubleshoot these two issues, what information could help me? How does the UI get data from other containers (and which ones), and what could be preventing the communication?
BTW Prefect server seems to work just fine, I can run flows successfully.Kevin Kho
06/23/2022, 8:07 PM[server]
[server.ui]
apollo_url = "<http://YOUR_MACHINES_PUBLIC_IP:4200/graphql>"
Michelle Brochmann
06/23/2022, 8:14 PMgraphql
at the end of the apollo_url
though?Kevin Kho
06/23/2022, 8:15 PM