Suppression de groupe avec une erreur 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 « J'aime »