How to create an event in an agenda

@paulohlp Out of curiosity, if you installed to heroku, did you include the flows into the version control or were they created locally? Same for packages installed, do you add them to a local package.json and deploy again, or install from inside the palette? Heroku’s filesystem is temporary, that’s why I ask. Persistence to your files created or edited is not guaranteed, rather it’s guaranteed not to persist. Without a local install, that’s a risk.

See it like running from a docker container, but without a data volume. If the container exits, everything you did is gone.

Honestly. I don't know why it doesn't erase the data, when I installed I was learning, and since it is working flawlessly I never put much thought on why it didn´t loose data.

I the pallets installation I did using node-red itself.

Edit: It doesn't loose data because every flow and node is saved in a mlab mongo database. That is why it keeping working.