DEV Community

Discussion on: Create a simple HTML website with Postgres Database

Collapse
 
valeriai profile image
Valeria-i

Server listening on port 3000
Error occurred: error: ������������ "PC" �� ������ �������� ����������� (�� ������)
at Parser.parseErrorMessage (D:\practice_2_course\www\node_modules\pg-protocol\dist\parser.js:287:98)
at Parser.handlePacket (D:\practice_2_course\www\node_modules\pg-protocol\dist\parser.js:126:29)
at Parser.parse (D:\practice_2_course\www\node_modules\pg-protocol\dist\parser.js:39:38)
at Socket. (D:\practice_2_course\www\node_modules\pg-protocol\dist\index.js:11:42)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Readable.push (node:internal/streams/readable:234:10)
at TCP.onStreamRead (node:internal/stream_base_commons:190:23) {
length: 114,
severity: '�����',
code: '28P01',
detail: undefined,
hint: undefined,
position: undefined,
internalPosition: undefined,
internalQuery: undefined,
where: undefined,
schema: undefined,
table: undefined,
column: undefined,
dataType: undefined,
constraint: undefined,
file: 'auth.c',
line: '329',
routine: 'auth_failed'
}
I have this error, what is mean?

Collapse
 
rbix profile image
rBix

You need to change password in "script.js" where you create a Postgres connection