يجب أن يتم إصلاحه. لقد استبدلت هذا السطر
const topicController = getOwner(this).lookup("controller:topic");
بهذا
const container = Discourse.__container__;
const topicController = container.lookup('controller:topic');
باتباع الكود النموذجي من هنا Get Category Name using JS - #2 by awesomerobot
يسعدني أنك تجده مفيدًا!