First, love Reduxframework.
In a site I am developing we have Reduxframework inlcuded in a plugin for settings and also in a theme for options.
When export options from plugin all works fine. When export options for theme, get this error 'Invalid Secret for options use'. When I remove the lines creating error, the options export but upon viewing json file, it is the options for plugin and not theme.
Do I need to do something different when same site is using Reduxframework more than once in plugins or themes so that the correct export file is created? thanks.