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

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.

Got the help allready! thanks

This issue happened because the Category Slug field was accented.

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