https://cypress.io logo
In postman I have response from request but in cyp...
# i-need-help
r
Hi, a little context: in the screenshot a test that if successful sends an email to the user with this document, there are fields and data that the document receives. I have such a problem that I can not read the response of this request, when I do the same request in postman, a response is returned to me while using the cypress.api plugin I can't see this response. I tested other enpoints e.g. GET and everything is displayed. Here is a strange issue because the body is empty. Does anyone have any idea?
I can add that the document it receives after performing this test contains all the data it feeds to formData. The strange thing is that the body as a response is empty. Where postman at such a request returns the entire data object
n
what kind of error do you get there?