I am trying to install the basic leaderboard plugin found here: https://github.com/NodeBB/nodebb-plugin-leaderboard
I have successfully installed it, and have the route set up so that users can navigate to the leaderboard landing page. This landing page correctly ranks all users by order of highest reputation to lowest.
However, when I click on the "Day", "Week", or "Month" options, I receive the following error in my browser console:
GET http://localhost:4567/api/leaderboard/daily?_=1472702124051 500 (Internal Server Error)
Has anyone else used this plugin or similar plugins that add new routes on top of the base route (like /leaderboard/daily on top of the base /leaderboard) that has run in to similar 500 code errors?
I understand this is a pretty general error code, so even some advice on next steps to troubleshoot would be appreciated.
Thanks,
Mike