Can you give us a public link to your app or if you don't want to show it publicly you can send it us to: a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a
Can you give us a public link to your app or if you don't want to show it publicly you can send it us to: a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a
How can I do that? Where can I find public link?
Sorry, forgot to mention it -- http://devcenter.appery.io/documentat...
You are testing it in the browser, and making call to another domain, thus CORS error is appearing in your browser console.
http://gyazo.com/687e6b94bf9e31c01b17...
There are following options:
1) You need to turn proxy on for your service;
2) Or you can test it on the device.
Thx! I checked "Use Appery.io Proxy" and now its work fine!