loopbackio/loopback-connector-postgresql

Connecter Module ./connectors/postgresql not found, will try another candidate

akhudairyOP opened this issue · 3 comments

First of all my app is working, and connection is working. It is just that debug console is very confusing to me.

When I run my app "DEBUG=loopback:data* npm start" I see the following logs

loopback:datasource Module ./connectors/postgresql not found, will try another candidate. +1ms
loopback:datasource Initializing connector undefined +286ms

loopback:datasource Datasource user: connected=false connecting=true +22ms
loopback:datasource Connector is initialized for dataSource user +946ms
loopback:datasource DataSource user is now connected to postgresql +1ms
loopback:datasource Datasource user is now connected - executing method +0ms
loopback:datasource Datasource user: connected=true connecting=true +1ms
Server is running at http://[::1]:3000

I am using now "loopback-connector-postgresql": "^5.0.1", but I noticed the same logs on older versions also.

I too am seeing this today, but not yesterday, after upgrading to NodeJS 14.7.0 from 12.18.3

stale commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale commented

This issue has been closed due to continued inactivity. Thank you for your understanding. If you believe this to be in error, please contact one of the code owners, listed in the CODEOWNERS file at the top-level of this repository.