I'm randomly getting undefined results. Any fix ? or it's not random ?
The startscreen seems to work fine, I get results almost everytime. (http://m.findmyboat.in/startScreen.html), but the next page, shows undefined results sometimes.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
The startscreen seems to work fine, I get results almost everytime. (http://m.findmyboat.in/startScreen.html), but the next page, shows undefined results sometimes.
Hello Arjun,
Please give us step-by-step instruction so we can reproduce this issue
Go to http://m.findmyboat.in/, and the click on any of the linked items. And sometimes it loads fine and sometimes it will show 'undefined' in the fields.
Hello Arjun,
It looks like everything is works. Could you please clarify this error POPs up when you open the same entry, or different?
It seem pretty random. Is it possible to show a loading spinner until the rest service is complete?? That could solve the issue.
Hi Arjun,
I've checked your app.
You use some external API to get item by ID "http://findmyboat.in/m/result.php"
And here is results of your problem:
1 When page works correctly you have following request(with correct "id" request parameter).
See details: http://prntscr.com/45e59k/direct
2 When you have "undefined" you have not passed this "id" request parameter.
See details: http://prntscr.com/45e64v/direct
Thus you need to fix this problem(always correctly pass "id" parameter) to get your detailed page work.
Regards.
Okay. I Check this. Thank you.