Issue with Rendering HTML Responses After Update
Bug
Since updating Yaak o 2025.1.1, I’ve noticed that when I send requests to an API that I am currently debugging using Laravel’s dd() function, the response is no longer rendered as HTML. Instead, the client just dumps the raw HTML tags and not the usual rendered display of the message or object or whatever it is I am dumping out.
Thanks!
Mac2025.1.1
Hmm, can you post screenshots of both the body tab and headers? I bet it has something to do with the response content type.
This is the logic to detect HTML if the content-type is not
text/html. Let me know what’s coming back for you and I can adjust itHi Greg, same experience for me so I’ve done a blank slate test for you.
Edit
web.phpto includeActual:
Expected (This is in Bruno):
@Greg Schier any updates on this?
It'll be out in the next beta, hoping to do it this week
https://yaak.app/blog/2025.2.0-beta.2
https://yaak.app/blog/2025.2.0