Hi,
I'm using the ArcGIS Urban API in a js app. I make requests to the urban api through esriRequest. Everything has been working well since April. However, last Thursday evening (July 😎 around 10:30 PM PST, the esriRequest code started throwing a status 400 message -
"Syntax Error: Cannot parse the unexpected character \"%\"."
Nothing changed with the code, it just started failing. It's basically doing this -
{urbanModels {title id owner}}
Here's an excerpt. (codepen)
I can copy the request from the profiler and run it successfully in the graqhql playground.
So did something change with esriRequest? It seems like the urban api has not been updated since February.
Or do I need to rewrite this using one of these libraries?
Thanks!
Rob