07-19-2020, 03:32 PM
(03-04-2020, 01:06 AM)Papa Cann Wrote: Hello,
My LiveCloud Software is Up to date but over the past hours anytime I open my project I am told Canela DB SDK is missing. After exporting the tool kit and doing again it works but after some time Canela DB SDK is missing. How cann I be helped solved this I have read all the replies here my code is not affected by the replied
Error: Could not decrypt config. Can not load CanelaDB libraries.
I keep getting this over and over and over how cann this be solved
I ran into the same problem today, even after Exporting Toolkit again as directed. My issue ended up being that I already had some existing stack code that I didn't want to overwrite so I wasn't truly copy/pasting the LiveCloud code... just some of it.
Somewhere during this process, the global gCDBAuthKey declaration got deleted so that value wasn't accessible to the helper stacks. So even though I included the pre-populated "put XXX into gCDBAuthKey" line of code, that variable was treated as local rather than global.
This thread helped point me in the right direction: I hope my experience can help someone else!