79087891

Date: 2024-10-14 22:45:06
Score: 1
Natty:
Report link

It looks like a problem with handling the gzipped response.

Your app is making the request with okhttp and sending the Accept-Encoding: gzip header with it. Changing the fetch call to request uncompressed text seems to fix it, e.g.

fetch(url, {headers: {"Accept-Encoding": "identity"}})
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Joonas Lehtisyrjä