VScode Postman Bugs & Issues

VS Code + Postman – Bugs & Issues

  1. Inconsistent API responses in VS Code
  • When using the same API in VS Code, the first request returns the correct response. However, subsequent requests return the previous response, even after changing parameters.
  1. Node.js res.json() stalls when lengthy response times
  • If the API takes a long time to respond, the Node.js code waiting on res.json() remains blocked and does not proceed even after the response is received.

Hi @nadaf.kaiyub :waving_hand:. Welcome to the Postman Community :postman:.

This is a weird behaviour, and I’m not able to replicate this on my end. Did you recently just start experiencing these issues, or has this been the case for a while? Can you try reinstalling the vs code extension to see if that helps?