"status":"401 Unauthorized",
"url":"https://api.appery.io/rest/1/db/users...",
"response":{
"code":"DBUG001",
"description":"unauthorized"
service settings: http://awesomescreenshot.com/01835tfgb4
request: http://awesomescreenshot.com/03f35tfl6a
Request-mapping:http://awesomescreenshot.com/06335tfx69
the JS in "where" is:
return '{"username": "' + encodeURIComponent(value) + '"}';
Resonse-mapping: http://awesomescreenshot.com/01235tgd21
The LSV's first_name and last_name are being printed to a lable/list. The service is invoked on page_show, and I get "null" and "null" for both these variables printed on the label. When I added JS to each of these LSV's and printed out with alert, they show "undefined".