You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.
There is no need to GROUP BY dashboards.uuid, afaict. Very strange. I don't think there's any harm in adding it to the group(), but I'd like to understand why it think this is needed.
Can you paste or gist your bundle output? I'd just like to compare versions. And of course, make sure you're running against HEAD.
Issue was PEBCAK. While I had run heroku addons:add heroku-postgresql:dev -r $DEPLOY, DATABASE_URL was still set to the default shared Postgres database. There must be an issue with whatever version of Postgres is running on the older databases. The /dashboards view worked flawlessly when I changed DATABASE_URL to the new Postgres dev DB.
The error in gist form: https://gist.github.com/b83b3b3243f5f6f5757d.
I'll see if I can't figure out what's wrong and hopefully send a pull request.
The text was updated successfully, but these errors were encountered: