Arpan Nanavati
Arpan Nanavati
@LeeFrancis we are working on a module that will allow for accessing config variables in your React code. Usage will be like this: config/production.json ```json { "ui": { "url1": "url1.com"...
@lonelyclick We will let you know once we have more info. Do you see any other errors and are you running node in production env?
> In order for the enableCaching() method to work, you'll also need NODE_ENV set to production, or else it will throw an error. as mentioned in README/docs pre-requisite/by-design to reassigning...