Toby
I see this in the inspector (I need to try looking for browser errors more, I'm very used to server error logs!)
TypeError: (intermediate value)(...) is not a function forum-V4ExblXBeqePBfm7.js:1:0
TypeError: System.get(...) is undefined bleedingflarum.xyzz.work:73:22
window.controllers is deprecated. Do not use it for UA detection. nsHeaderInfo.js:412:0
The Web Console logging API (console.log, console.info, console.warn, console.error) has been disabled by a script on this page.
The debugger spits out a huge amount of data for one of the errors. 1st error and a smaller amount for the System.get (guess it's not defined yet)
try {
var app = System.get('flarum/app').default;
babelHelpers._extends(app, {"preload":{"data":[{"type":"forums","id":"1","attributes":{"title":"Bleeding Flarum","description":"","baseUrl":"http:\/\/bleedingflarum.xyzz.work","basePath":"","debug":true,"apiUrl":"http:\/\/bleedingflarum.xyzz.work\/api","welcomeTitle":"Welcome to Bleeding Flarum","welcomeMessage":"This is beta software and you should not use it in production.","themePrimaryColor":"#4D698E","canView":true,"canStartDiscussion":false,"allowSignUp":true,"defaultRoute":"\/all","minPrimaryTags":"1","maxPrimaryTags":"1","minSecondaryTags":"0","maxSecondaryTags":"3"},"relationships":{"groups":{"data":[{"type":"groups","id":"1"},{"type":"groups","id":"2"},{"type":"groups","id":"3"},{"type":"groups","id":"4"}]},"tags":{"data":[{"type":"tags","id":"1"}]}}},{"type":"groups","id":"1","attributes":{"nameSingular":"Admin","namePlural":"Admins","color":"#B72A2A","icon":"wrench"}},{"type":"groups","id":"2","attributes":{"nameSingular":"Guest","namePlural":"Guests","color":null,"icon":null}},{"type":"groups","id":"3","attributes":{"nameSingular":"Member","namePlural":"Members","color":null,"icon":null}},{"type":"groups","id":"4","attributes":{"nameSingular":"Mod","namePlural":"Mods","color":"#80349E","icon":"bolt"}},{"type":"tags","id":"1","attributes":{"name":"General","description":null,"slug":"general","color":"#888","backgroundUrl":null,"backgroundMode":null,"iconUrl":null,"discussionsCount":0,"position":0,"defaultSort":null,"isChild":false,"isHidden":false,"lastTime":null,"canStartDiscussion":true}}],"session":{"userId":0,"token":null},"document":{"links":{"first":"?page%5Boffset%5D=0"},"data":[]}},"locales":{"en":"English"},"locale":"en"});
System.get('locale');
System.get('bbcode/main');
System.get('emoji/main');
System.get('likes/main');
System.get('lock/main');
System.get('markdown/main');
System.get('mentions/main');
System.get('sticky/main');
System.get('subscriptions/main');
System.get('suspend/main');
System.get('tags/main');
I made one small pull request prior to your post, feel free to ignore it π (But then, you've already accepted it lol)