AnswerHub has JavaScript errors for multiple weeks now, but today it got even more and some functions do not work anymore.
For starters, the preview below does not work.
The call https://answers.unrealengine.com/commands/updateMarkdown.json
Responds with 301 to https://answers.unrealengine.com/static/csrfAttackDetected.html
My profile page get’s the following JS error:
TypeError: $(…).popover is not a function
https://answers.unrealengine.com/themes/epic-unreal/pack/combined.js.h1351876552.pack line 144 > eval
Line 3
The profile page also tries to load two non-https CSS which are blocked by the browser: jquery-ui.css and ui.theme.css
Then I’m not able to delete posts, because of the JS error:
TypeError: $.tmpl is not a function
https://answers.unrealengine.com/themes/epic-unreal/pack/combined.js.h-1102414966.pack
Line 321
editing a comment does not work, because it also does a 301 to https://answers.unrealengine.com/static/csrfAttackDetected.html
It doesn’t surprise me that AnswerHub is very slow at the moment, since this csrfAttackDetected loads the complete page on every little AJAX Call (!).
I tested with FireFox 42.0 and Chrome 46.0.2490.86 m
Just write if you need me as external tester