ConfigContext: From C++ to JavaScript Side
Hi all,
I have a little problem with the config class, maybe someone can provide a hint.
- https://sdk.innovaphone.com/13r2/sdk/common/lib/config.htm
- https://sdk.innovaphone.com/13r2/web1/config/config.htm
I created my own ConfigContext class on C++ side, derived vom JsonApiContext and ConfigContext. Creating/initializing/registering seems to work, writing to db too, exchanging values too, but after a restart of the app, the db values are not present, i always see the default values from the ConfigContext class on C++ side and on Javascript side, but the db contains the modified data what i can see with pgadmin.
Log file does not show any errors, get stucked a little bit. Any idea why i can write to the config db part, but values are not read by app-service nor front-end side after restarting the app?
I followed the code example here:
- https://sdk.innovaphone.com/13r2/sdk/common/lib/config.htm
Best regards
Mladen