taylonr / postman

MIT License
112 stars 238 forks source link

localhost:3000/books/1 throws internal server error #7

Closed Sand-2050 closed 5 years ago

Sand-2050 commented 5 years ago

localhost:3000/books/1 throws internal server error. Response: { "name": "SequelizeConnectionRefusedError", "parent": { "errno": "ECONNREFUSED", "code": "ECONNREFUSED", "syscall": "connect", "address": "127.0.0.1", "port": 5432 }, "original": { "errno": "ECONNREFUSED", "code": "ECONNREFUSED", "syscall": "connect", "address": "127.0.0.1", "port": 5432 } }

Status: 500 Internal Server Error But this url works: http://localhost:3000/landing Not sure how to proceed.

taylonr commented 5 years ago

Hi,

Could you please post this in the course discussion: https://app.pluralsight.com/library/courses/postman-fundamentals/discussion

It makes it easier for people to search for their error, in case someone else has already had it. And that way I can not only help you, but anyone in the future who might run in to the same thing.