Hi, I am in process of deploying growthbook as sel...
# ask-questions
d
Hi, I am in process of deploying growthbook as self hosted production instance. I am getting following error while access the growthbook first time post setup. I have proxied the requests via apache and i am able to receive json response while
GET /api
endpoint
Copy code
{
  "log": "{\"level\":50,\"time\":1730988909348,\"pid\":58,\"hostname\":\"6f1ac772cc8a\",\"req\":{\"id\":1,\"method\":\"GET\",\"url\":\"/init\",\"query\":{},\"params\":{},\"headers\":{\"host\":\"<http://growthbook.xyz.com|growthbook.xyz.com>\",\"sec-ch-ua-platform\":\"\\\"macOS\\\"\",\"user-agent\":\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36\",\"referer\":\"<https://growthbook.xyz.com/>\",\"x-forwarded-proto\":\"https\",\"x-forwarded-for\":\"111.111.111.111\",\"x-forwarded-host\":\"<http://growthbook.xyz.com|growthbook.xyz.com>\",\"x-forwarded-server\":\"<http://growthbook.xyz.com|growthbook.xyz.com>\"},\"remoteAddress\":\"::ffff:192.168.16.1\",\"remotePort\":37760},\"msg\":\"No authorization token was found\"}\n",
  "stream": "stdout",
  "time": "2024-11-07T14:15:09.348407397Z"
}
Please share what is missing?
f
That may not be wrong
For the api end point
Oh, wait, there is an error
Are you getting that from the front end ui?
d
yes