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 table empty and dashboard events page (Postgres) while front-end fires /api/send requests for the events #2899

Closed
immunity20 opened this issue Aug 23, 2024 · 4 comments

Comments

@immunity20
Copy link

Describe the Bug

i can see in network tab that umami js sends the api request for storing events but postgres is empty and so umami dashboard
image

I have also pulled the latest version but still doesn't work.

Any help from where to start looking?

Database

PostgreSQL

Relevant log output

No response

Which Umami version are you using? (if relevant)

No response

Which browser are you using? (if relevant)

No response

How are you deploying your application? (if relevant)

Ubuntu server, Docker

@tbkblues
Copy link

tbkblues commented Aug 23, 2024

This is happening in MySQL as well. As soon as I upgraded to 2.13.0 all data stopped being logged.

@mikecao
Copy link
Collaborator

mikecao commented Aug 23, 2024

The event_data table is for data (properties) attached to events. Custom events go into the website_events table.

@immunity20
Copy link
Author

immunity20 commented Aug 24, 2024

The event_data table is for data (properties) attached to events. Custom events go into the website_events table.

I have website-event table not website-events and I can see the table has rows (events logged) but dashboard events page is empty

image
image

@immunity20 immunity20 changed the title event_data table empty (Postgres) while front-end fires /api/send requests for the events event_data table empty and dashboard events page (Postgres) while front-end fires /api/send requests for the events Aug 24, 2024
@immunity20
Copy link
Author

The event_data table is for data (properties) attached to events. Custom events go into the website_events table.

Oh I just saw the events are displayed on front-page I thought they would be on events data page

Sorry about this, All's good (although website_event and event_data is a bit confusing (in dashboard)
Uploading image.png…

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