You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:
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
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.
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:However, when using docker compose either
docker-compose up
ordocker-compose -f docker-compose.e2e.yml
no filter properties are available even though events are being registered: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
git clone https://github.com/PostHog/posthog.git
DISABLE_SECURE_SSL_REDIRECT: 1
indocker-compose.yml
under web/environmentdocker-compose up
Environment
Additional context
Thank you for your bug report – we love squashing them!
The text was updated successfully, but these errors were encountered: