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?