カテゴリを削除または編集できません

Hi

Starting a new discourse and ran in a problem, where i cant delete or edit a few categories. Most of the categories are working normal.

https://willfeel.trydiscourse.com/c/työ/16
https://willfeel.trydiscourse.com/c/säännöt/20

i guess it has something to do with the tags dont working with finnish letters äö :smiley:

Thanks in advance

「いいね!」 2

If you can get to rails then you can do something like

/var/discourse/launcher enter app
rails c
c=Category.find(123)
c.name='safe name'
c.save

You’ll need to type a q to get out of the viewer after the find. 123 is the category I’d.

「いいね!」 3

Got the help allready! thanks

This issue happened because the Category Slug field was accented.

「いいね!」 2

Someone else just had a very similar issue, and it was suggested to change this setting:

「いいね!」 3

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.