Notifications aren't working in 2.4.0
Created by: rnhurt
I have a brand new install of GitLabHQ 2.4.0 and I am not receiving notifications of any kind. I entered a production Rails console and am able to manually generate a notification[ Notify.note_wall_email(User.last, Note.first).deliver
] and it does get delivered properly to my mailbox so the system is working. However, I can't seem to make it happen through the GUI.
I have double checked everything I can think of but can't seem to make it work. Is there some switch somewhere to turn notifications On/Off?