I am building an agent for my company that parses some json from a web app, does a bit of reformatting on the json and feeds that into a generate text block which has a perplexity model do enrichment on the data in the json. That generate text block outputs a structured json which goes into a generate asset block that then outputs the results in an html format. I run this as a chrome extension with the web app open that my agent scrapes data from.
When it works as expected it outputs a nice html page with my report beautifully formatted and displayed right there in the mindStudio chrome extension’s overlay. Recently though (starting yesterday afternoon), during the running of the agent in the chrome extension the output just goes to a blank white screen. The formatted html is never displayed.
Just to illustrate what I’m describing. Here is what the chrome extension shows when the agent is doing its work. Normally when it is finished it displays the formatted html content. Now lately it is just displaying a white screen instead. I can go into the history and find the content, but this is cumbersome as I will have other people in the company who need to use this.

