Hi all,
Today I added a new category on mobile, only for trust level 4 users. I just added a category name, added a URL address in Hebrew (maybe that was the problem), changed the URL, and clicked the “new category” button, but something went wrong and the browser sent me to a page that tells me to try and delete the cache/cookies and reload. I just reloaded the page and got another error of “too many requests from the ip” or something like that.
Anyways, the category is seen now on the main categories page, but seen by all users and not only by trust level 4 users. When someone clicks it, it just tries to reload and gets stuck…
Any ideas? I cant even delete the category because I can’t enter it.
Looking at your site the problem of that category is the slug used (a number) so you should either reset the slug or delete the category. Since the category has just been created and does not contain topics, you can proceed with its cancellation
cd /var/discourse
./launcher enter app
rails c
c=Category.find(14)
c.destroy