Error: SASL: SCRAM-SERVER-FIRST-MESSAGE: client password must be a string #908
zeronaldoojr
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How adjust this error?
my package.json is he
"scripts": {
"dev": "docker-compose up -d && nodemon",
"unit-test": "jest --runInBand --coverage --verbose -c jest.unit.config.js",
"migrate": "node-pg-migrate"
},
my .env is he
ENV=dev
EXPRESS_PORT = 3333
SECRET=SECRET
API_URL=http://localhost:3333
POSTGRES_DATABASE=Carrarapets_dbo
POSTGRES_USER=postgres
POSTGRES_PASSWORD=password
POSTGRES_HOST=localhost
POSTGRES_PORT=5432
Beta Was this translation helpful? Give feedback.
All reactions