Cannot delete or edit categories

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 Likes

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 Likes

Got the help allready! thanks

This issue happened because the Category Slug field was accented.

2 Likes

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

3 Likes

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