Yea. That means , your sequelize configuration is wrong. When sequelize tries to access the underlying Postgres database, The password is using from its configuration is wrong and Postgres will reject it. Check your sequelize config and make sure you are using same username and password as when you are installing your Postgres database.