I want to set the value of a reactiveValues at startup of the application, but I get the following error:
Error : Can't access reactive value 'log_info' outside of reactive consumer.
Do you need to wrap inside reactive() or observer()?
The problem is that I have nothing to observe or to reactive() to. It just starts up and I want to push some data into a reactiveValues at startup.