(issue solved) Hi everyone, I’ve deployed Datahu...
# troubleshoot
v
(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 🧵
I’m running v0.8.41 for both datahub-frontend and datahub-gms
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