Skip to content
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

postman not giving proper response(All time giving 404 response for every api) #9173

Closed
Steffi-cloud opened this issue Oct 18, 2020 · 1 comment
Labels
support How do I ... ? Can I ... ?

Comments

@Steffi-cloud
Copy link

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem. Please make sure the screenshot does not contain any sensitive information such as API keys or access tokens.

App information (please complete the following information):

  • App Type [e.g. Chrome App, Native App]
  • Postman Version [e.g. 6.0.1]
  • OS: [e.g. macOS High Sierra 10.13.2]

Additional context
Add any other context about the problem here.
http://localhost:8080/courses
postman_error

{
"timestamp": "2020-10-18T13:25:10.917+00:00",
"status": 404,
"error": "Not Found",
"message": "",
"path": "/courses"
}

@DannyDainton
Copy link
Contributor

DannyDainton commented Oct 18, 2020

Hey @Steffi-cloud

This is an issue with the route you're hitting rather that anything specifically wrong with Postman. The server is returning that response body.

I would check the implementation of that API, it looks like you're running it locally so I'm guessing that you have the code. Check that you have a /courses route and it's not hot anything else in the path.

I'm going to close this as it's not a functional issue with the app, if you needed more assistance from the Postman community - You can create a new thread in the forum and explain what's happening.

https://community.postman.com

@DannyDainton DannyDainton added the support How do I ... ? Can I ... ? label Oct 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
support How do I ... ? Can I ... ?
Projects
None yet
Development

No branches or pull requests

2 participants