e
f
What is your env settings for API and APP? (usually set in docker compose)
You can try manually adding the APP origin and API HOST in your environment section for growthbook in the docker-compose
Copy code
- APP_ORIGIN=<http://localhost:3000>
    - API_HOST=<http://localhost:3100>