The HTTP request to /preevaluate sends an empty mediaqueries parameter. If the interpreter has a property that refers to media queries, it tries (and fails) to access elements in this empty list, causing an OutOfBoundsException that percolates all the way to an HTTP 500 response.
The HTTP request to
/preevaluate
sends an emptymediaqueries
parameter. If the interpreter has a property that refers to media queries, it tries (and fails) to access elements in this empty list, causing an OutOfBoundsException that percolates all the way to an HTTP 500 response.