hanx.js
hanx.js copied to clipboard
broken from the very beginning
I completed all steps needed for startup, and when I run grunt
I get this:
Error creating a connection to Postgresql using the following settings:
{ host: 'localhost',
port: 5432,
schema: true,
ssl: false,
adapter: 'postgre',
database: 'development',
user: 'hanx',
password: 'password',
identity: 'postgreDefault' }
at the same time I'm able to connect using those credentials via pgAdmin, DataGrip & just regular pg-promise
Hi, can you please post the whole output?