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

Event data not filtering or displaying properly #2737

Open
halphalp opened this issue May 10, 2024 · 5 comments
Open

Event data not filtering or displaying properly #2737

halphalp opened this issue May 10, 2024 · 5 comments

Comments

@halphalp
Copy link

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

@franciscao633
Copy link
Collaborator

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?

@halphalp
Copy link
Author

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?

@supermar1010
Copy link

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.

@halphalp
Copy link
Author

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

@franciscao633
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants