https://prefect.io logo
a

Aaron Gee-Clough

07/24/2023, 7:26 PM
Hey, folks, apologies if this is a newbie question (I posted in #prefect-kubernetes, but this might be more appropriate here) - I installed prefect-server in a k8s cluster, using helm and an existing postgres DB. The prefect pod comes up, but the UI is acting very strangely. The settings page looks like this:
and I'm seeing a ton of 405 method-not-allowed errors from the browser to the server.
I tried
2-latest
, and
2.8.7
, and both are doing this.
Am I missing some setting?
I have
publicApiUrl
and
apiHost
set in the helm chart to point to my install.
Just to close the loop here: I figured out the problem: For the record:
publicApiUrl
needs to end in
/api
...my helm chart did not have that set properly, it just had the base url
<http://prefect-server:4200>
. Hence the weirdness.