npmnode.js95% confidence\u2191 120

failed to load response data request content was evicted from inspector cache

Full error message
i am trying to get file from server that has size of(15mb) through Axios Request. showing status "200", but not sending file previewData(base64) and showing this error "failed to load response data request content was evicted from inspector cache" in the preview of Network in inspect. when i get 2 or 3 MB fille that successfully retrived.

The solution I found for capturing big responses is to copy the request and execute it by other means, such as PowerShell or cURL. From the Chrome or Firefox DevTools you can copy the request to a PowerShell, cURL or fetch command by right-clicking the request, selecting copy and then selecting your preferred execution method. What worked best for me is copying the request as cURL command from Firefox. Chrome is giving me invalid cURL commands. To capture the response to a file, append > response.txt to the cURL command. It is also possible to select cURL as the copy method and import it into Postman. In Postman select File - Import - Raw text and copy the cURL command. When I tried this it did mess up the double quotes in the JSON body of a POST request so it may need some manual tweaking.

API access

Get this solution programmatically \u2014 free, no authentication.

curl https://depscope.dev/api/error/c0e0460a2cbbab73d7caa0ac1c783141ee0f12157fb7fbb4d156260bd62a1c01
hash \u00b7 c0e0460a2cbbab73d7caa0ac1c783141ee0f12157fb7fbb4d156260bd62a1c01
failed to load response data request content was evicted fro… — DepScope fix | DepScope