When using remoteFetchAsync with my own server API the response.json() has clear character encoding issues:
Promoción desde solo 29â¬/dÃa.
Calling the API in browser or Postman returns as expected.
I spent some time checking Headers in the request, the server response encoding etc… But when I used the normal fetch routing the API through the https://cors-anywhere.herokuapp.com website it worked and returned the correct characters!
Is the server used in remoteFetchAsync not encoding correctly the response?
