DEV Community

Discussion on: Why Axios is reducing api response?

Collapse
 
dephraiim profile image
Ephraim Atta-Duncan

I don't think axios is causing this. The termimal itself is limited to displaying data, especially the VSCode integreated terminal. The whole response object in axios is very large, including the status codes and the others. Try getting only the data using response.data. If it doesn't work, I guess you should paste the whole response object here for us to see.