Hi team. I am working on deploying a Growthbook ap...
# ask-questions
p
Hi team. I am working on deploying a Growthbook app on my k8s cluster. I have deployed it, exposed via ingress on https://growthbook.mydomain.com/. But when I hit the url I can only see “Loading...” page. Starting same version of growthbook via docker compose on my local works fine. On local I see calls to /api/init and /auth/refresh along with calls to /_next/static, however on my k8s deployment I only see calls to /_next/static. Can’t see any errors or helpful info in logs. Any ideas what can be wrong here?
The issue was in ingress misconfiguration. I had
<http://nginx.ingress.kubernetes.io/rewrite-target|nginx.ingress.kubernetes.io/rewrite-target>: "/$1"
which doesn’t play nice with next js static files apparently
🙌 1
f
cool - is there anything we should adjust in our documentation?
p
example of a helm chart would be great. I.e. unleash has it https://github.com/Unleash/helm-charts/tree/main