I have some problem, I’m currently working on a Nuxt 3 project using TypeScript and Axios to make external API calls. I’ve encountered an issue where the response from the API appears as unreadable characters when running the application locally. However, when I test the same API in Postman, it works perfectly fine.
Here are some details:
I’m using Axios to make the API requests.
The API response is expected to be in JSON format.
The issue only occurs in my local development environment.
Has anyone experienced something similar or have any insights on how to troubleshoot this? Any help would be greatly appreciated!
Thank you!