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
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