Skip to content

Self Hosted version redirects to https://us.helicone.ai/ #5501

@AbdullahTarar-carbonteq

Description

I tried self hosting helicone on a GCP VM. First I followed

docker run -d \
  --name helicone-all-in-one \
  -p 3000:3000 \
  -p 8585:8585 \
  -p 5432:5432 \
  -p 8123:8123 \
  -p 9000:9000 \
  -v ~/helicone_data/postgres:/var/lib/postgresql/data \
  -v ~/helicone_data/clickhouse:/var/lib/clickhouse \
  -v ~/helicone_data/minio:/data \
  -e NEXT_PUBLIC_BASE_URL=http://<server-ip>:3000 \
  -e NEXT_PUBLIC_HELICONE_API_URL=http://<server-ip>:8585 \
  -e JAWN_PUBLIC_URL=http://<server-ip>:8585 \
  -e NEXT_PUBLIC_SUPABASE_URL=http://<server-ip>:3000 \
  helicone/helicone-all-in-one:v2025.08.08

in both cases I am facing the redirection. In case of docker compose I have these in my .env as well in the helicone/docker directory.

SITE_URL=http://<server-ip>:3000
NEXT_PUBLIC_SUPABASE_URL=http://<server-ip>:3000
SUPABASE_PUBLIC_URL=http://<server-ip>:3000
NEXT_PUBLIC_BASE_URL=http://<server-ip>:3000
API_EXTERNAL_URL=http://<server-ip>:3000/auth/v1
NEXT_PUBLIC_HELICONE_API_URL=http://<server-ip>:8788
JAWN_PUBLIC_URL=http://<server-ip>:8788

Am I missing any env variable here.

I also tried to build after updating the .env in docker directory but facing the same issue again.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions