enter image description here
*TypeError: Failed to execute ‘json’ on ‘Response’: body stream already read
The following error originated from your application code, not from Cypress. It was caused by an unhandled promise rejection.
Failed to execute ‘json’ on ‘Response’: body stream already read
When Cypress detects uncaught errors originating from your application it will automatically fail the current test.
This behavior is configurable, and you can choose to turn this off by listening to the uncaught:exception event*
yash p is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1