Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
chrome console have errors
I don't know why these errors happen @julian
What is getPlatformAPI etc? Is that provided by some library?
getPlatformAPI
The "mismatched anonymous define" error is caused by some script you're including having define([], ...) instead of define('my-library', [], ...)
define([], ...)
define('my-library', [], ...)
It is advised to insert this libraries as a plugin module, which is specifically made for require.js scripts.
module
Edit: New documentation page about it: https://docs.nodebb.org/development/plugins/libraries/