Encountered Issue: Error in processing JSON data in the Response: body stream already read
The error mentioned above is a result of issues within your application's code, not due to Cypress. It occurred due to an unhandled promise rejection.
Error encountered: Failed to execute 'json' on 'Response': body stream already read
Cypress will fail the current test automatically upon detecting uncaught errors from your application.
You have the option to configure this behavior and disable it by monitoring the
uncaught:exception
event