I was looking at the images above posted by the person with the issue.
I was looking at the images above posted by the person with the issue.
Perhaps there was some mistake in sequence of screenshots. Looks like Proxy was turned on then off (but it's better to clarify with author of this post). As far as I know we don't have such bug and code generates correctly.
proxy is turned on for testing and I also turned off the proxy, exported and hosted it separately to test and under both scenarios it does not work
Hi Balajee, can you tell us did you make any changes in the Source files?
No changes to source file.
I switched to firefox and full firebug and tested an exported version. Now I see a ReferenceError with the name of my webservice not defined. I have made no changes to source code myself and created the response object for the webservice using the output from the sample.
The error links to the webservice instantiation
restservice1 = new Appery.DataSource(getImageREST, {
'onComplete': function(jqXHR, textStatus) {
$t.refreshScreenFormElements("startScreen");
},
Are you able to share the service URL (request params, etc) and tell us how to reproduce this issue? You can also email it to us to a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a
Yes. Sent the details to support email. Thanks.
Thank you. We're working on it. I'll update this post.
Hello! When loading link you sent us there is no code<script type="text/javascript" src="files/resources/lib/service.js">
</script>/code file, looks like you've changed something on Source tab. To check that open WEB_RESOURCES and see if there any "blue" files, if so - you need to undo changes (delete edited files and and click "Undo all resources" as I suggested above).