It appears your Get Latest Coins Uniswap API in the Monitor component requests an html page - not a JSON response for instance. Since we're trying to run all "Auto fetch" requests server side, the encoding of that response messes up our html structure which means that the browser doesn't know how to interpret it.
I'm working on a fix so we don't try to encode html responses, but in the meantime you can either:
- Point your API to a different url that responds with JSON (if that's what you're looking to do)
- Disable the "Auto fetch" checkbox on your API request
Let me know if this doesn't solve your issue 👍