Hi,
I’m working on ‘Set-up Postman’ as below link,
https://www.codecademy.com/journeys/full-stack-engineer/paths/fscj-22-back-end-development/tracks/fscj-22-build-a-back-end-with-express-js/modules/wdcp-22-learn-express-routes-65185abe-3c94-42fc-af9c-b4f92a1161a2/articles/setting-up-postman
but it works at my browser (localhost:4000/users) but when I try it at postman desktop app, it showed 400 bad request? If anyone had this experience and solved it, pls let me know how to handle that.
error msg:
SyntaxError: Unexpected token ' in JSON at position 1
at JSON.parse (<anonymous>)
Thanks!
Hi there,
Please provide the code you think may be relevant because there’s a lot of things that could cause the errors you’re seeing.