Troubleshooting

Installation/setup

  • I’m getting a blank page when I open the /trends or /admin pages

    • Make sure you’ve compiled the JavaScript correctly.

    • Ensure you’ve run npm install and then npm run build or npm run watch.

  • I am getting sqlalchemy.exc.OperationalError: (psycopg2.OperationalError) could not connect to server: Connection refused Is the server running on host "127.0.0.1" and accepting TCP/IP connections on port 5432?

    • Please ensure that you have a Postgres database accessible at “127.0.0.1:5432”.

Usage