Helm Profile List can't connect to hub

Having issues with the profile_list.

Jupyterhub works completely fine when using a single image and no profile list, but when I add in a profile list, the pod spins up but doesn’t redirect me and eventually throws 500 : Internal Server Error The error was: Failed to connect to Hub API at 'http://hub:8081/hub/api'. Is the Hub accessible at this URL?

I’ve tried using the exact same images and it won’t work. It’ll just eventually give an Error 500

Note: I also have an nginx ingress setup.

So figured this out. The issue was that our k8s cluster network policy was really restrictive so our solution was to add an extra label to the profile hub.jupyter.org/network-access-hub: "true"