Still wasn't working, my programmer adjusted your line and now its fine
User.updateDigestSetting(userData.uid, meta.config.dailyDigestFreq, next);
Edit Forked from https://community.nodebb.org/topic/3799/daily-digest-was-not-sent -- Admin
I have the same question, daily digest not working.
how can I debug it? how to mannally fire the digest?
I am using nodebb-plugin-emailer-local, send mail is ok.
Hi @Rex-Huang -- what kind of errors are you seeing in your server-side log, when the daily digest is sent?
You can see the log by going to your NodeBB's directory and executing ./nodebb log
. Leave it running thoughout the day, and check in on it when the daily digest normally sends.