remoteFetchAsync responses return wrong character encoding (fetch does not)
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?
Page 1 / 1
I have same problem. Wait for a solution …
I have just landed on this function today it worked for me! are we allowed to share codes here, if so share yours we can see what’s the issue is!
Thank you for bringing this to our attention. I think I have enough details to work on a fix, but if any of you have a sample remoteFetchAsync call for reproducing the issue that would be much appreciated
Thank you for bringing this to our attention. I think I have enough details to work on a fix, but if any of you have a sample remoteFetchAsync call for reproducing the issue that would be much appreciated
[ETA: I used remoteFetchAsync both in my code and edited the sample code as well. I also confirmed that the characters look fine if I just do my call in the browser…]