Hi all! I set up a self hosted prefect server in k...
# ask-community
b
Hi all! I set up a self hosted prefect server in kubernetes, and while I am able to view the UI/ingress interface in my browser on my local dev environment, I am unable to connect to the API in my Python scripts. I followed the docs and ran the “prefect config set PREFECT_API_URL=“<my-ingress-url>”” but when I run my Python scripts I still get a “Failed to reach API error.” Has anyone run into this before?