Hey guys, new here to Prefect. The DevOps team at ...
# prefect-community
s
Hey guys, new here to Prefect. The DevOps team at my company created a server for us but i can't seem to connect.
curl -I <http://myserver>
seems to return
Copy code
HTTP/1.1 200 OK
Date: Wed, 04 Nov 2020 20:57:57 GMT
Content-Type: text/html
Content-Length: 12382
Connection: keep-alive
Server: nginx/1.18.0
Last-Modified: Tue, 13 Oct 2020 23:49:16 GMT
ETag: "5f863cfc-305e"
Accept-Ranges: bytes
But i can seem to connect on the UI.
m
Hi Saatvik! Can you provide a bit more information or any error messages you have? It looks like you have receive a 200 response from the server
s
Yeah, I'm receiving a 200 response but the connecting bar on the top right doesn't seem to go through
z
You’ll want to make sure that graphql endpoint is pointing to the apollo deployment and that you can access that locally at the relevant port (since the browser will be hitting that endpoint for the UI)
s
Oops! It looks like something went wrong when trying to connect; make sure Prefect Server is running at the URL above and try again.
Does the admin on DevOps need to adjust for anything?
z
Can you ask them where the apollo service is deployed and confirm you have access to it?
s
Yep, I wasn't aware that the Apollo service was deployed elsewhere. I now have access, thanks for the help! Excited to build our use-case on Prefect