For my use case I wanted to use expressjs to build a json for deovr. But instead of rendering it in the UI deovr just displays the raw JSON. The exact same JSON works fine as file in an Apache server, then it will be rendered by deovr. I don't understand what the difference is, the content-type and body of the express json are correct.