Axios versions 1.0.0 – 1.11.0 don’t limit the size of incoming data, anyone can upload large sizes and huge responses which may slow down the app. **Fix: Updating Axios to the latest version** `npm install axios@latest` Then commit changes.