YingPang
YingPang
NNovu
Created by YingPang on 2/20/2025 in #💬│support
Is there a more detailed description for the different NODE_ENV values?
According to https://docs.novu.co/community/run-in-local-machine#set-up-your-environment-variables "NODE_ENV (default: local) The environment of the app. Possible values are: dev, test, production, ci, local". By side searching the code, is there a more detailed description of what each value means? In my setup i used initially test for our test enviornment. This prevented the WS from pushing updates for the notification bell, but at the same time properly registering connenctions and disconnections with the WS. Which at first made me think that maybe the Websocket was setup wrongly. (Switching the value to local, dev and production pushing the notification bell update started to worke again.)
2 replies
NNovu
Created by YingPang on 2/8/2025 in #💬│support
why is the socketUrl in the examples https and not wss? does it matter?
7 replies
NNovu
Created by YingPang on 12/18/2024 in #💬│support
Are there any suggestions for message housekeeping? Especially since you Archive Messages.
Since the patch notes "Archiving vs. removal: Notifications are now archived instead of removed, preserving historical data and preventing accidental data loss." We are wondering whats the best practices in general for house keeping of messages. Are e.g. read messages but not archived deleted at some point automatically? Do you suggest to do the housekeeping yourself for each "workflow" type of message? If you don't have any housekeeping solution i think we just use the delete API and probably define a policy where we delete messages which are read after 14 days and when archived after a year, or do you think this is a bad idea.
13 replies
NNovu
Created by YingPang on 12/5/2024 in #💬│support
Community Docker Email Setup
As the Community edition has as well the possibility to invite users it should be able to send emails. But i cant find instructions on how to setup email for the docker itself. This is obviously different from novu sending emails through the different workflows. Or is this for now simply not supported?
4 replies