I’m able to reproduce this:
- create a chat channel named “foo”
- delete it
- try to create another chat channel named “foo”
UI doesn’t give any feedback.
In Chrome dev tools, I see a PUT request to /chat/chat_channels
has returned a 500
Workaround:
- Create new channel with a different name (e.g. “foo2”)
- Edit channel and set name to “foo”