KK7NZY
01/28/2025, 5:57 PM<http://localhost:4200/api>
instead of the one I’ve defined in the Helm values file:
server:
prefectApiUrl: <http://prefect.127-0-0-1.nip.io/api>
This setting has been in place for a while, and I recently tore down my local setup and spun it back up. Deployments are working, but the UI is unable to list the flows. I did test the route by manually posting, and it works—I’m just not sure why the UI is not using the defined route.
Has something changed recently? Does anyone know how to resolve this issue?Jamie Zieziula
01/28/2025, 5:58 PMKK7NZY
01/28/2025, 6:18 PMJamie Zieziula
01/28/2025, 6:20 PMserver:
image:
repository: prefecthq/prefect
prefectTag: 3-latest
pullPolicy: IfNotPresent
pullSecrets: []
prefectApiUrl: <http://localhost:4200/api>
prefectApiHost: 0.0.0.0
need to be mapped to here
global:
prefect:
image:
repository: prefecthq/prefect
prefectTag: 3-latest
pullPolicy: IfNotPresent
pullSecrets: []
prefectApiUrl: <http://localhost:4200/api>
prefectApiHost: 0.0.0.0
KK7NZY
01/28/2025, 6:22 PMJamie Zieziula
01/28/2025, 6:22 PM