@baris Just found the root cause of the weird behaviour!
Turns out that there is a bug in my NodeBB dev startup scripts. One of the steps involves automatically symlink plugin packages for a more seamless plugin development.
The issue happens when the yarn link only happens after NodeBB build but before NodeBB start
Thus there is this weird behaviour of the plugin is loaded but its public assets are not built ðŸ«
Thank you for your pointers and help