joshmn / ahoy_captain

A full-featured, mountable analytics dashboard for your Rails app, powered by the Ahoy gem.
MIT License
356 stars 18 forks source link

Entry Pages query crashes #37

Closed johnmcdowall closed 8 months ago

johnmcdowall commented 10 months ago

I'm guessing this is because I use UUIDs as my primary key type, and the query is expecting integer IDs:

image
johnmcdowall commented 8 months ago

Trying on a new project, and it works fine. So must have been the other project using UUIDs as primary keys.