Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Filter Properties on UI #4398

Closed
1 of 2 tasks
paulsputer opened this issue May 19, 2021 · 1 comment
Closed
1 of 2 tasks

Missing Filter Properties on UI #4398

paulsputer opened this issue May 19, 2021 · 1 comment
Labels
bug Something isn't working right

Comments

@paulsputer
Copy link

Bug description

When running docker run -t -i --rm --publish 8000:8000 -v postgres:/var/lib/postgresql posthog/posthog:preview as per the one line preview docs. Adding a filter on the inisghts page gives the following properties:
dockerimage

However, when using docker compose either docker-compose up or docker-compose -f docker-compose.e2e.yml no filter properties are available even though events are being registered:
fresh-docker-up

Expected behaviour

Running docker-compose command should result in the same core properties as through the preview mode.

How to reproduce

1.docker run -t -i --rm --publish 8000:8000 -v postgres:/var/lib/postgresql posthog/posthog:preview
2. Configure and ping the endpoint to register a $pageview event
3. Open insights tab 'Add Filter' see properties list has items

  1. git clone https://github.com/PostHog/posthog.git
  2. Set DISABLE_SECURE_SSL_REDIRECT: 1 in docker-compose.yml under web/environment
  3. docker-compose up
  4. Configure and ping the endpoint to register a $pageview event
  5. Open insights tab 'Add Filter' see properties list is empty

Environment

  • PostHog Cloud
  • self-hosted PostHog, version/commit: #4965b5

Additional context

Thank you for your bug report – we love squashing them!

@Twixes
Copy link
Member

Twixes commented May 26, 2021

Hey Paul! Thank you for the report. As a side note, we don't support or update the preview image anymore, sorry for the information in the docs – removed the outdated section.

@Twixes Twixes removed the stale label Aug 26, 2021
@Twixes Twixes closed this as completed Mar 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working right
Projects
None yet
Development

No branches or pull requests

3 participants