Multiple .js References returning 404 errors

334
1
01-31-2018 10:43 AM
DavidStoddard
New Contributor

When I try to load either of the 3.23 or 4.6 APIs into my website i'm getting 404's on several dependent javascript libraries. I'm using the below script tags:

<script src="https://js.arcgis.com/3.23/"></script>
or 
<script src="https://js.arcgis.com/4.6/"></script>

and when I look at my developer tools I'm seeing 404's for: webMercatorUtils.js, SpatialReference.js, graphic.js, map.js, PopupTemplate.js, and locator.js

Has anyone else had this issue? It is successfully loading the dojo.js file and a couple of dependent libraries invoked inside of dojo.js as you can see above with dojo_en-us.js but these others are throwing a 404 everytime.

Thanks

Tags (1)
0 Kudos
1 Reply
EvelynHernandez
Occasional Contributor III

Maybe if u show some part of the code on how u are loading those, it might help.

Greetings.

0 Kudos