maxpozdeev / mytinytodo

Todo list script
156 stars 49 forks source link

Notification Extension hangs #79

Closed ThreshCurse closed 8 months ago

ThreshCurse commented 8 months ago

Running v1.8.0

Base runs with no issues, when I enable the notifications extension to send emails the app hangs whenever I create lists/tasks. If I refresh the page the task is created. If I disable the notification extension then issue goes away.

I'm not using telegram, only trying to use the email notifications.

Are there any prerequisites for this extension?

maxpozdeev commented 8 months ago

Seems the app hangs while sending an email after task was created. Can you look at webserver/php error log for something related around your web request? Maybe you set specific settings for php mailing functionality?

ThreshCurse commented 8 months ago

Thanks for getting back to me, seems that's the right direction, spinning it up on my other server works fine, they're supposed to be using the same setup so must have missed something.