The frontend page is attempting to call MathJax.typeset() before MathJax is initialized. Calling on page load is required as there is math displayed on the page even without any query.
Current workaround is to use a link that has expression as a query parameter, e.g. this link. This works because the expression query parameter forces the page to "reload" and this happens after MathJax is initialized.
The frontend page is attempting to call
MathJax.typeset()beforeMathJaxis initialized. Calling on page load is required as there is math displayed on the page even without any query.Current workaround is to use a link that has
expressionas a query parameter, e.g. this link. This works because theexpressionquery parameter forces the page to "reload" and this happens afterMathJaxis initialized.