Uncaught SyntaxError: Unexpected token ILLEGAL
Posted: Wed Aug 19, 2015 8:22 pm
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/
As a general rule when I see this error it's because it's choking/erroring on a JSON.parse somewhere in the code. Make sure that whatever JSON the service is consuming/using is valid.