I got this error on a fresh install and it happens too in this forum. When you start a new discussion and try to add a new tag to it, it doesn't add the tag and the console shows this JavaScript error:
forum-70f79e94.js:1123 Uncaught TypeError: Cannot read property 'id' of undefined
It happens in this part of the code:
function getItem(index) {
return this.selectableItems().filter('[data-index="' + index.id() + '"]');
}
Any ideas?