umami-software / umami

Umami is a simple, fast, privacy-focused alternative to Google Analytics.
https://umami.is
MIT License
22.88k stars 4.25k forks source link

Events are being logged (show on real-time) but Event data page always shows all zero's #2857

Closed baubie closed 3 months ago

baubie commented 3 months ago

Describe the Bug

We are using the data-umami-event="event-name" method to capture events. I can confirm the client is sending the POST event data, and this is doubly confirmed because looking at the Realtime page, we do in fact see the events pop up: Screenshot 2024-07-24 at 9 16 31 AM

However, going to the Event data page always shows all zeros. We've let this run for about 48 hours now and the real-time events are always showing but event data, no matter what timeframe we filter on, is always all zeros:

Screenshot 2024-07-24 at 9 16 41 AM

Database

PostgreSQL

Relevant log output

No response

Which Umami version are you using? (if relevant)

2.12.1

Which browser are you using? (if relevant)

No response

How are you deploying your application? (if relevant)

Docker

baubie commented 3 months ago

Just saw that "Event data" is not actually events as per https://github.com/umami-software/umami/issues/2506. Closing!