Unable to get key-value storage data

On App Installation, I triggered an API and stored some data using Key-Value storage using the $db.set method. (in server.js)

Now I also have a UI component which reads the Keys, gets the value. I am able to read and get the value in local testing but when I submit it as a custom app, the app is not able to read those keys in app.js

What am I doing wrong?

@adarsh,
Good Day!
Can you please share with us the App Id and Product Info?
We will investigate from our end.

Thanks

@Santhosh

I have sent the details to you

1 Like

There is an issue with your app.js code.
you have used a different key to fetch from DB in your app.js
which is not the same one in your server.js file

please check

Thanks

This topic was automatically closed 6 days after the last reply. New replies are no longer allowed.