删除组时出现 404 错误

What are the names and slugs if the groups that don’t work? Are there errors in the logs?

You might deme them in rails something like this.

cd /var/discourse
./launcher enter app
rails c
g=Group.find(123)
g.destroy 
2 个赞