hg-pyun / axios-logger

Beautify Axios Logging Messages
MIT License
172 stars 33 forks source link

Axios response intercept not working #113

Open yatishhr opened 2 years ago

yatishhr commented 2 years ago

Describe the bug The response intercept is not producing logs

To Reproduce Steps to reproduce the behavior:

  1. run server.js
  2. try going to test/post
  3. Only request is printed image

Seems like an issue with axios version - https://github.com/axios/axios/issues/4012

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

hg-pyun commented 2 years ago

@yatishhr Thank you for report.