On Day 06 challenge, I get 500 server error

On Day 06 challenge of 15 days of postman for tester, I get 500 server error for the request “Account Summary”. Below is the error.

Login works OK, Logout too works OK. Just failing with account summary.

Any help is appreciated

{
“response”: “Oops! Something is wrong at our end! Please try again later.”,
“status”: “SERVER ERROR”
}

Hey @subbu200 :wave:

It looks like you’re using the username variable, for the user_id path variable in the image. You also sending a JSON body with that GET request.

Can you walk through the instructions again to see what is actually required.

Thanks for your reply mate, the mistake was instead of sending the User_id variable I have been sending username variable and that’s why it was showing those errors.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.