A.W.H.
Posts: 0
Joined: Sat Jun 20, 2015 7:02 am

Uncaught SyntaxError: Unexpected token ILLEGAL

On one of the pages in my app (Compose), my service requests are not working. I see the following error:

Image

Miguel Navarro7469744
Posts: 0
Joined: Mon Apr 06, 2015 4:55 pm

Uncaught SyntaxError: Unexpected token ILLEGAL

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.

Return to “Issues”