Groep verwijderen met 404-fout

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 likes