Since the update, my app is having a ton of backend issues. A number of database services are no longer working or have changed slightly (i.e. missing quotation marks). This is from one run of the app:
precode
Failed to load resource: the server responded with a status of 500 (Internal Server Error) https://api.appery.io/rest/1/db/collections/rooms?where=%7B%22no%22%3A%221%22%7D&acl=520619f3e4b05261efb05ccc
Failed to load resource: Origin http://appery.io is not allowed by Access-Control-Allow-Origin. https://api.appery.io/rest/1/db/collections/rooms?where=%7B%22no%22%3A%221%22%7D&acl=520619f3e4b05261efb05ccc
XMLHttpRequest cannot load https://api.appery.io/rest/1/db/collections/rooms?where=%7B%22no%22%3A%221%22%7D&acl=520619f3e4b05261efb05ccc. Origin http://appery.io is not allowed by Access-Control-Allow-Origin. signIn.html:1
Failed to load resource: the server responded with a status of 500 (Internal Server Error) https://api.appery.io/rest/1/db/collections/rooms?where=%7B%22no%22%3A%223%22%7D&acl=520619f3e4b05261efb05ccc
Failed to load resource: Origin http://appery.io is not allowed by Access-Control-Allow-Origin. https://api.appery.io/rest/1/db/collections/rooms?where=%7B%22no%22%3A%223%22%7D&acl=520619f3e4b05261efb05ccc
XMLHttpRequest cannot load https://api.appery.io/rest/1/db/collections/rooms?where=%7B%22no%22%3A%223%22%7D&acl=520619f3e4b05261efb05ccc. Origin http://appery.io is not allowed by Access-Control-Allow-Origin.
/code/pre
Any thoughts?