UnhandledPromiseRejectionWarning: error: password authentication failed for user “ ” after npm start
up vote
0
down vote
favorite
I am using node version 8 and when i do an npm start below errors are seen. I guess after routes are created below errors are seen. Here "techwedge3" is the username of my system. The application works correctly even with the below errors.
Even i am able to connect to my postgres db.
Any idea on how to resolve the issue?
[JobRoute::create] Creating route.
[InterviewRoute::create] Creating route.
[Creating AdminRoute::create] Creating route.
[TenantRoute::create] Creating route.
[CriteriaRoute::create] Creating route.
(node:12212) UnhandledPromiseRejectionWarning: error: password authentication failed for user "techwedge3"
at Connection.parseE (C:Developmentvilearnnewvilearn_nodenode_modulespg-promisenode_modulespglibconnection.js:546:11)
at Connection.parseMessage (C:Developmentvilearnnewvilearn_nodenode_modulespg-promisenode_modulespglibconnection.js:371:19)
at Socket.<anonymous> (C:Developmentvilearnnewvilearn_nodenode_modulespg-promisenode_modulespglibconnection.js:114:22)
at emitOne (events.js:116:13)
at Socket.emit (events.js:211:7)
at addChunk (_stream_readable.js:263:12)
node.js postgresql typescript
add a comment |
up vote
0
down vote
favorite
I am using node version 8 and when i do an npm start below errors are seen. I guess after routes are created below errors are seen. Here "techwedge3" is the username of my system. The application works correctly even with the below errors.
Even i am able to connect to my postgres db.
Any idea on how to resolve the issue?
[JobRoute::create] Creating route.
[InterviewRoute::create] Creating route.
[Creating AdminRoute::create] Creating route.
[TenantRoute::create] Creating route.
[CriteriaRoute::create] Creating route.
(node:12212) UnhandledPromiseRejectionWarning: error: password authentication failed for user "techwedge3"
at Connection.parseE (C:Developmentvilearnnewvilearn_nodenode_modulespg-promisenode_modulespglibconnection.js:546:11)
at Connection.parseMessage (C:Developmentvilearnnewvilearn_nodenode_modulespg-promisenode_modulespglibconnection.js:371:19)
at Socket.<anonymous> (C:Developmentvilearnnewvilearn_nodenode_modulespg-promisenode_modulespglibconnection.js:114:22)
at emitOne (events.js:116:13)
at Socket.emit (events.js:211:7)
at addChunk (_stream_readable.js:263:12)
node.js postgresql typescript
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am using node version 8 and when i do an npm start below errors are seen. I guess after routes are created below errors are seen. Here "techwedge3" is the username of my system. The application works correctly even with the below errors.
Even i am able to connect to my postgres db.
Any idea on how to resolve the issue?
[JobRoute::create] Creating route.
[InterviewRoute::create] Creating route.
[Creating AdminRoute::create] Creating route.
[TenantRoute::create] Creating route.
[CriteriaRoute::create] Creating route.
(node:12212) UnhandledPromiseRejectionWarning: error: password authentication failed for user "techwedge3"
at Connection.parseE (C:Developmentvilearnnewvilearn_nodenode_modulespg-promisenode_modulespglibconnection.js:546:11)
at Connection.parseMessage (C:Developmentvilearnnewvilearn_nodenode_modulespg-promisenode_modulespglibconnection.js:371:19)
at Socket.<anonymous> (C:Developmentvilearnnewvilearn_nodenode_modulespg-promisenode_modulespglibconnection.js:114:22)
at emitOne (events.js:116:13)
at Socket.emit (events.js:211:7)
at addChunk (_stream_readable.js:263:12)
node.js postgresql typescript
I am using node version 8 and when i do an npm start below errors are seen. I guess after routes are created below errors are seen. Here "techwedge3" is the username of my system. The application works correctly even with the below errors.
Even i am able to connect to my postgres db.
Any idea on how to resolve the issue?
[JobRoute::create] Creating route.
[InterviewRoute::create] Creating route.
[Creating AdminRoute::create] Creating route.
[TenantRoute::create] Creating route.
[CriteriaRoute::create] Creating route.
(node:12212) UnhandledPromiseRejectionWarning: error: password authentication failed for user "techwedge3"
at Connection.parseE (C:Developmentvilearnnewvilearn_nodenode_modulespg-promisenode_modulespglibconnection.js:546:11)
at Connection.parseMessage (C:Developmentvilearnnewvilearn_nodenode_modulespg-promisenode_modulespglibconnection.js:371:19)
at Socket.<anonymous> (C:Developmentvilearnnewvilearn_nodenode_modulespg-promisenode_modulespglibconnection.js:114:22)
at emitOne (events.js:116:13)
at Socket.emit (events.js:211:7)
at addChunk (_stream_readable.js:263:12)
node.js postgresql typescript
node.js postgresql typescript
asked Nov 19 at 11:03
coder12349
568
568
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
i see that your error resembles following ticket. would you try this?
Postgresql: password authentication failed for user "postgres"
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
i see that your error resembles following ticket. would you try this?
Postgresql: password authentication failed for user "postgres"
add a comment |
up vote
0
down vote
i see that your error resembles following ticket. would you try this?
Postgresql: password authentication failed for user "postgres"
add a comment |
up vote
0
down vote
up vote
0
down vote
i see that your error resembles following ticket. would you try this?
Postgresql: password authentication failed for user "postgres"
i see that your error resembles following ticket. would you try this?
Postgresql: password authentication failed for user "postgres"
answered Nov 19 at 11:45
Asad Mehmood
1196
1196
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53373240%2funhandledpromiserejectionwarning-error-password-authentication-failed-for-user%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown