(issue solved)
Hi everyone,
I’ve deployed Datahub in k8s using a custom helm chart (to follow my company standards) but it seems that the frontend is returning error 400 bad request for every request in the
api/v2/graphql
route.
Any tips on how can I debug this issue? More info on 🧵
victorious-pager-14424
07/29/2022, 1:20 PM
I’m running v0.8.41 for both datahub-frontend and datahub-gms
victorious-pager-14424
07/29/2022, 4:11 PM
The issue was that I was trying to access GMS through a load-balancer that was using https. I switched to use an internal k8s service with HTTP and got it to work