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
Maybe if u show some part of the code on how u are loading those, it might help.
Greetings.