umami icon indicating copy to clipboard operation
umami copied to clipboard

Event data not filtering or displaying properly

Open halphalp opened this issue 1 year ago • 2 comments

Describe the Bug

Event data across my installation seems to be broken. When viewing trying to filter events using the search box, it does not work. the /event-data endpoint also does not load and continues spinning.

Database

PostgreSQL

Relevant log output

No response

Which Umami version are you using? (if relevant)

v2.11.3

Which browser are you using? (if relevant)

Edge

How are you deploying your application? (if relevant)

Docker via docker-compose on Debian

halphalp avatar May 10 '24 20:05 halphalp

I'm guessing it was working before v2.11.3? There was a small migration that made some changes to the event_data table. I wonder if your app is somehow not in sync with the the new prisma schema. Are there any errors returning from the event-data endpoint?

franciscao633 avatar May 15 '24 18:05 franciscao633

I'm guessing it was working before v2.11.3? There was a small migration that made some changes to the event_data table. I wonder if your app is somehow not in sync with the the new prisma schema. Are there any errors returning from the event-data endpoint?

where would i look for these errors?

halphalp avatar May 16 '24 12:05 halphalp

I have the same problem. When typing in the search bar, no requests are being sent, so if this is a backend functionaility I think the frontend is broken.

supermar1010 avatar May 21 '24 12:05 supermar1010

i've noticed all of my event data names show as null in the database despite showing in the interface. screenshot attached. umami-event-name-null

halphalp avatar May 21 '24 13:05 halphalp

For event_type 1 this is correct. Those are pageviews which are collected by default via the tracker. If you want to setup custom events see here.

franciscao633 avatar May 21 '24 15:05 franciscao633

Fixed in v2.12.0.

mikecao avatar Jun 21 '24 03:06 mikecao