· 4 years ago · Mar 01, 2021, 05:32 PM
12021-03-01T17:23:18.694261+00:00 app[web.1]: GET /companies - - - - ms
22021-03-01T17:23:57.516581+00:00 heroku[web.1]: Restarting
32021-03-01T17:23:57.534112+00:00 heroku[web.1]: State changed from up to starting
42021-03-01T17:23:58.935113+00:00 heroku[web.1]: Stopping all processes with SIGTERM
52021-03-01T17:23:59.109706+00:00 heroku[web.1]: Process exited with status 143
62021-03-01T17:24:01.487967+00:00 heroku[web.1]: Starting process with command `node server.js`
72021-03-01T17:24:05.127462+00:00 app[web.1]: Jobly Config:
82021-03-01T17:24:05.128805+00:00 app[web.1]: SECRET_KEY: secret-dev
92021-03-01T17:24:05.129333+00:00 app[web.1]: PORT: 33757
102021-03-01T17:24:05.130360+00:00 app[web.1]: BCRYPT_WORK_FACTOR 12
112021-03-01T17:24:05.130567+00:00 app[web.1]: Database: postgres://ihjrbnmknvsuvr:902f2f3cc246ab32137d66532d1326daf03f9801476c798cbffaecdf2ca5b8bb@ec2-52-204-141-94.compute-1.amazonaws.com:5432/dehi28p12hdqm9
122021-03-01T17:24:05.130660+00:00 app[web.1]: ---
132021-03-01T17:24:05.364258+00:00 app[web.1]: Started on http://localhost:33757
142021-03-01T17:24:05.400548+00:00 app[web.1]: (node:4) UnhandledPromiseRejectionWarning: error: no pg_hba.conf entry for host "54.234.35.131", user "ihjrbnmknvsuvr", database "dehi28p12hdqm9", SSL off
152021-03-01T17:24:05.400568+00:00 app[web.1]: at Parser.parseErrorMessage (/app/node_modules/pg-protocol/dist/parser.js:278:15)
162021-03-01T17:24:05.400568+00:00 app[web.1]: at Parser.handlePacket (/app/node_modules/pg-protocol/dist/parser.js:126:29)
172021-03-01T17:24:05.400575+00:00 app[web.1]: at Parser.parse (/app/node_modules/pg-protocol/dist/parser.js:39:38)
182021-03-01T17:24:05.400576+00:00 app[web.1]: at Socket.<anonymous> (/app/node_modules/pg-protocol/dist/index.js:8:42)
192021-03-01T17:24:05.400576+00:00 app[web.1]: at Socket.emit (events.js:315:20)
202021-03-01T17:24:05.400577+00:00 app[web.1]: at addChunk (internal/streams/readable.js:309:12)
212021-03-01T17:24:05.400577+00:00 app[web.1]: at readableAddChunk (internal/streams/readable.js:284:9)
222021-03-01T17:24:05.400577+00:00 app[web.1]: at Socket.Readable.push (internal/streams/readable.js:223:10)
232021-03-01T17:24:05.400578+00:00 app[web.1]: at TCP.onStreamRead (internal/stream_base_commons.js:188:23)
242021-03-01T17:24:05.400578+00:00 app[web.1]: (Use `node --trace-warnings ...` to show where the warning was created)
252021-03-01T17:24:05.400738+00:00 app[web.1]: (node:4) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
262021-03-01T17:24:05.400855+00:00 app[web.1]: (node:4) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
272021-03-01T17:24:05.907588+00:00 heroku[web.1]: State changed from starting to up