When trying to create an event, I get the following error in my logs: on(:post_created) handler error : ActiveRecord::RecordInvalid : Validation failed: An event accepts only group names.
Very odd! I can’t seem to reproduce this error… that error message points to an invalid group, but I don’t see any groups in your BBCode and status="public" should allow everyone anyway…
Can you share the raw version of the broken post? You can find it by visiting /raw/<topic_id>/<post_number> (so for example, this Meta post would be https://meta.discourse.org/raw/405428/1
Thanks for trying @awesomerobot !
The raw post data did not give me any clues, but I found more details in the log, so I fed them into an AI.
The response was very helpful, and might be something for you to look into.
I do have a user called “trust_level_0” for testing purposes and this might be an issue.
After changing status to status="standalone" the event appeared.