We're trying to use MathJax on our site but are running into an intermittent issue with some of our users, and I'm hoping someone can offer some help or direction on how we might fix this, or at least where we can start looking to diagnose the problem.
Most of the time, we have no problems. But we are getting reports from users (primarily teachers at public schools) of the following error. We have not been able to get it to repeat locally.
tex-mml-chtml.js:1 Uncaught Error: MathJax retry
at e.retryAfter (tex-mml-chtml.js:1:754737)
at e.checkLoading (tex-mml-chtml.js:1:724633)
at Object.renderDoc (tex-mml-chtml.js:1:39265)
at e.renderDoc (tex-mml-chtml.js:1:39488)
at t.render (tex-mml-chtml.js:1:42447)
at e.MathJax.typeset (tex-mml-chtml.js:1:26145)
at Object.onLoad (application.js?version=1135:2784:17)
at Ajax.Client._processResponse (ajax.js?version=1135:188:33)
at Ajax.Client._processStateChange (ajax.js?version=1135:169:18)
e.retryAfter @ tex-mml-chtml.js:1
e.checkLoading @ tex-mml-chtml.js:1
(anonymous) @ tex-mml-chtml.js:1
e.renderDoc @ tex-mml-chtml.js:1
t.render @ tex-mml-chtml.js:1
e.MathJax.typeset @ tex-mml-chtml.js:1
onLoad @ application.js?version=1135:278
So as far as I can tell MathJax is initializing fine but then having to retry something and that retry is failing.
Thanks so much for any help!