I'm working with the javascript api and trying to recreate the sample code for route task / closest facility : Find closest facilities | ArcGIS API for JavaScript
It seems to work on your site, but when I copy the code and run it on my side it doesnt work. When I double click on the file I get: Failed to load resource: net::ERR_FILE_NOT_FOUND dojo.io.script error Error(…)
When I run it from a web service such as this:
Closest Facilities
I get:
GET http://musa505.com/sproxy/?https://route.arcgis.com/arcgis/rest/services/Wo…ts%22%3Atrue%7D&callback=dojo.io.script.jsonp_dojoIoScript1._jsonpCallback 404 (Not Found)g._attach @ init.js:1241g @ init.js:1239a.get @ init.js:1669v @ init.js:1045d @ init.js:1049x @ init.js:1055a.solve @ ClosestFacilityTask.js:5v.addCallbacks.g @ init.js:824c @ init.js:66A.then.then @ init.js:68addCallbacks @ init.js:68c.(anonymous function) @ init.js:824mapClickHandler @ routetask_closest_facility.html:187(anonymous function) @ init.js:1353g.(anonymous function).h @ init.js:234m._fire @ init.js:956m._fireClickEvent @ init.js:962(anonymous function) @ init.js:167setTimeout (async)m._onClickHandler @ init.js:961(anonymous function) @ init.js:167
init.js:1672 dojo.io.script error Error(…)
Whats wrong with the sample code?