Ember未定义错误 'qa-topic-tip'

感谢回复。
我在 app.yml 中注释掉了所有第三方插件,在 ENV 部分写入了 EMBER_VERSION: 5 并重建了 Discourse。现在我在 JavaScript 控制台中遇到以下错误:

Uncaught (in promise) ReferenceError: Ember is not defined
    <anonymous> media-overlay.js:15
    exports loader.js:106
    requireModule loader.js:27
    Ember 8
    initialize component-templates.js:44
    eachThemePluginTemplate component-templates.js:95
    initialize component-templates.js:32
    runInstanceInitializers Ember
    each dag-map.js:191
    walk dag-map.js:120
    each dag-map.js:66
    topsort dag-map.js:72
    Ember 4
    invoke backburner.js.js:280
    flush backburner.js.js:197
    flush backburner.js.js:358
    _end backburner.js.js:798
    _boundAutorunEnd backburner.js.js:523

以及相同的加载动画图片。哪里出错了?

更新:安全模式(safe_mode=no_themes%2Cno_unofficial_plugins)可以正常工作。