HiEventsDev / hi.events

Open-source event management and ticket selling platform 🎟️
https://hi.events
GNU Affero General Public License v3.0
302 stars 27 forks source link

πŸ› Messages list giving 500 error after sending an email to attendees #71

Closed gitmotion closed 5 days ago

gitmotion commented 6 days ago

Describe the bug Messages list giving 500 error after sending an email to attendees and will not load

To Reproduce Steps to reproduce the behavior:

  1. send a message to all attendees of an event
  2. i got an error message
  3. but i looked at my email host and it looks like all the messages sent succesfully
  4. however when i go back to the messages screen it does not load the list

Expected behavior It should show and not error out when sending messages to all attendees

Screenshots image image

Desktop (please complete the following information):

Smartphone (please complete the following information): n/a

Hi.Events Version and platform Docker

Logs Add any relevant error logs

Additional context Add any other context about the problem here.

daveearley commented 6 days ago

Thanks for the report. Is there any stack trace in the logs?

gitmotion commented 6 days ago

@daveearley afk at the moment but i've tested sending the message with and without emojis and noticed that it sends fine without some of the emojis here is the list of emojis used in that message: πŸ“ƒπŸ’πŸ πŸ›¬πŸ…ΏοΈπŸš¦πŸ“±πŸΈπŸ˜‰πŸ’ŠπŸ₯½πŸšΏ not sure if one of the emojis is affecting the way the message is stored in the db. after hard deleting the message with the emojis from the postgres database manually the message list works fine again

daveearley commented 5 days ago

This should be fixed now πŸ‘

gitmotion commented 4 days ago

that's awesome, just pulled the latest image and it works perfectly. thank you!