Hi, I'm deploying the version 2021.09.02 of the pr...
# prefect-server
a
Hi, I'm deploying the version 2021.09.02 of the prefect-server helm chart (latest I believe) with ingresses enabled, and when I navigate to the address for the prefect-ui, the page is stuck with a loading bar. (see image below). The apollo url works as expected. Could you point me in the right direction as to why it's stuck loading?
My helm values.yaml file is:
Copy code
apollo:
  ingress:
    enabled: true
    hosts:
      - <mydomain-here>
    path: /apollo
  service:
    type: ClusterIP
ui:
  service:
    type: ClusterIP
  apolloApiUrl: http://<mydomain-here>/apollo
  ingress:
    enabled: true
    hosts:
      - <mydomain-here>
    path: /prefect-ui
When I'm looking at the Network tab in developer tools, I see that the subsequent GET requests seem to be looking in the wrong place. It's looking in
http:<mydomain-here>/fonts/fonts.css
instead of
http:<mydomain-here>/prefect-ui/fonts/fonts.css
as I think should happen. Navigating to
http:<mydomain-here>/prefect-ui/fonts/fonts.css
directly returns a 404 error so perhaps my routing is not working as I'd expect also.
a
@Adam Lewis I don’t know why your UI gets stuck, but I can point you to some docs that perhaps can help in some way: • https://medium.com/the-prefect-blog/prefect-server-101-deploying-to-google-cloud-platform-47354b16afe2https://coda.io/@lauralorenz-at-prefect/devops-guide-to-a-perfect-prefect-server And lastly, if you have no specific reason for using Server, Prefect Cloud works out of the box and offers 10000 free task runs each month (failed tasks are not even counted in the pricing), and many other features on top.