-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kind of strange error #2411
Comments
It is probably this change. Now that
Tests for SSL-using connections are missing for this. |
no, I haven't released #2407 yet. @SagarPattnayak - I'll release the changes merged with #2407 and it should fix things. If you don't want to wait for the fix, don't pass |
@SagarPattnayak - published pg@8.5.1 -- install it & give it a try. It should fix your issue. |
Dear @brianc Best |
The connection works fine in my Prod environment. However today after deploying to dev i am getting a strange error. Have never seen this before.
"errorType": "TypeError",
"errorMessage": "Cannot use 'in' operator to search for 'key' in true",
"stack": [
"TypeError: Cannot use 'in' operator to search for 'key' in true",
" at Socket. (/var/task/node_modules/pg/lib/connection.js:86:19)",
" at Object.onceWrapper (events.js:422:26)",
" at Socket.emit (events.js:315:20)",
" at Socket.EventEmitter.emit (domain.js:483:12)",
" at addChunk (_stream_readable.js:295:12)",
" at readableAddChunk (_stream_readable.js:271:9)",
" at Socket.Readable.push (_stream_readable.js:212:10)",
" at TCP.onStreamRead (internal/stream_base_commons.js:186:23)"
]
Any pointer please?
The text was updated successfully, but these errors were encountered: