
Hello, enjoying the MLOps ecosystem. Great work!
I am following the minikube set up and was able to operate mlflow and jupyter hub but could not connect to graphql endpoint from prefect with the error: "Couldn't connect to Prefect Server at http://localhost:4200/graphql"
I have made sure that I am using install_locally=True, aws=False and the graphql site at http:localhost:4200 is up and running.

I have also executed this command to forward the graphql 4200 port:
kubectl port-forward -n prefect svc/prefect-server-apollo 4200
But for some reason it is still not connecting.
Any tips to troublehsoot?
Hello, enjoying the MLOps ecosystem. Great work!
I am following the minikube set up and was able to operate mlflow and jupyter hub but could not connect to graphql endpoint from prefect with the error: "Couldn't connect to Prefect Server at http://localhost:4200/graphql"
I have made sure that I am using
install_locally=True,aws=Falseand the graphql site athttp:localhost:4200is up and running.I have also executed this command to forward the graphql 4200 port:
But for some reason it is still not connecting.
Any tips to troublehsoot?