I self-host using docker and update from the tests-passed branch.
Updated to the following commit - ff42bef1b6 - which includes the following PR:
After installing, users are unable to bring up the new topic composer either by clicking “+ New Topic” or visiting /new-topic directly.
Javascript error on console:
TypeError: undefined is not an object (evaluating 'category.topic_template')
I suspected that the code in the PR might be at issue and went into the rails console and executed the following to set the general category is to one of our existing categories:
SiteSetting.general_category_id=5
This fixed the issue. The prior value was -1.
I believe that using a default value of nil for general_cateogory_id would fix this issue.
Same here. Users had to choose a category before they can write. Now I install the Default Composer Category component while the fix is coming so the category will not be empty when open composer.