umami-software / umami

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

Statistics are not being captured #2872

Open jpcapone opened 1 month ago

jpcapone commented 1 month ago

Describe the Bug

I have deployed Umami via docker locally. I am able to connect to and configure it. My website is external so I have forwarded the port and validated that its open. I have attempted to use the Wordpress plugin and edited the header directly. I can confirm that the link provided by Umami for web tracking is accessible remotely. Not seeing anything in either log that would point to the cause of the issue. I am open to any ideas, thanks!

Database

PostgreSQL

Relevant log output

2024-08-04 14:50:44.923 UTC [1] LOG:  starting PostgreSQL 15.7 on x86_64-pc-linux-musl, compiled by gcc (Alpine 13.2.1_git20240309) 13.2.1 20240309, 64-bit
2024-08-04 14:50:44.923 UTC [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
2024-08-04 14:50:44.923 UTC [1] LOG:  listening on IPv6 address "::", port 5432
2024-08-04 14:50:44.931 UTC [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
2024-08-04 14:50:44.945 UTC [58] LOG:  database system was shut down at 2024-08-04 14:50:44 UTC
2024-08-04 14:50:44.955 UTC [1] LOG:  database system is ready to accept connections
2024-08-04 14:50:47.653 UTC [64] ERROR:  relation "_prisma_migrations" does not exist at character 15
2024-08-04 14:50:47.653 UTC [64] STATEMENT:  select * from _prisma_migrations where started_at < '2023-04-17'
2024-08-04 14:50:48.196 UTC [65] LOG:  could not receive data from client: Connection reset by peer
2024-08-04 14:55:45.028 UTC [56] LOG:  checkpoint starting: time
2024-08-04 14:56:07.027 UTC [56] LOG:  checkpoint complete: wrote 222 buffers (1.4%); 0 WAL file(s) added, 0 removed, 0 recycled; write=21.953 s, sync=0.026 s, total=22.000 s; sync files=163, longest=0.008 s, average=0.001 s; distance=1208 kB, estimate=1208 kB

Which Umami version are you using? (if relevant)

v2.12.1

Which browser are you using? (if relevant)

No response

How are you deploying your application? (if relevant)

Docker