function sals_session_store_get(unknown) does not exist
See original GitHub issueHi There,
Really appreciate this package, should make things much easier.
I’m running into an odd issue when running npm start
on the server:
error:` sails-pg-session#get - error: function sails_session_store_get(unknown) does not exist at Connection.parseE (/usr/share/nginx/html/electron-release-server/node_modules/sails-pg-session/node_modules/pg/lib/connection.js:539:11) at Connection.parseMessage (/usr/share/nginx/html/electron-release-server/node_modules/sails-pg-session/node_modules/pg/lib/connection.js:366:17) at Socket.<anonymous> (/usr/share/nginx/html/electron-release-server/node_modules/sails-pg-session/node_modules/pg/lib/connection.js:105:22) at emitOne (events.js:77:13) at Socket.emit (events.js:169:7) at readableAddChunk (_stream_readable.js:153:18) at Socket.Readable.push (_stream_readable.js:111:10) at TCP.onread (net.js:531:20) { [error: function sails_session_store_get(unknown) does not exist] name: ‘error’, length: 218, severity: ‘ERROR’, code: ‘42883’, detail: undefined, hint: ‘No function matches the given name and argument types. You might need to add explicit type casts.’, position: ‘22’, internalPosition: undefined, internalQuery: undefined, where: undefined, schema: undefined, table: undefined, column: undefined, dataType: undefined, constraint: undefined, file: ‘parse_func.c’, line: ‘306’, routine: ‘ParseFuncOrColumn’ }
All the services appear to be running and accessible, so not sure if I missed something in config.
Issue Analytics
- State:
- Created 7 years ago
- Comments:12 (2 by maintainers)
Top GitHub Comments
@prv123
glad to hear! so my instruction was battle tested 😃
@prv123
sure, have you looked at PR 242 ?
you can pull a branch from my repo: https://github.com/beliaev-maksim/electron-release-server/tree/beliaev_update_docs