Not able to retrieve data from a JavaScript Rest Service after the update
Hi,
I have one Javascript Rest Service in my project "getVegMenu".
In the javascript implementation of this service i am retrieving data from local DB
and then mapping it to a listItem on "posDashBoard" page.
I saw in the logs, value is coming from local DB but not get mapped to the list Item.
Before the update it was working.
Steps to replicate the issue
Open the app and click on the panel Button on the top left corner of the page.
Then click on Sync Menu list item.Then click on Veg button on the detail page.
On this button i have called the JS Rest Service.I have shared my app with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a
its name is POS
Pls help..!!