I am reeving a 404 error that my config.json cannot be found, I have added the JSON mime type to my IIS configuration at the site and server levels and have restarted IIS. This error appears as so in my console with other errors which I think are caused by the initial 404 of the config.json. What other steps can be taken to remedy this? Additionally when I hit the index.html I receive an "Unexpected token < in JSON at position 0" error
I can find nothing wrong with your config.json. The main thing I do see is that you have "portalUrl": "your true orgs address" in the map object and "portalUrl": "http://myorg.maps.arcgis.com", in the main portion. In all my apps they are the same url. Another thing that looks odd is "icon": "widgets/MyLocation/images/icon.png?wab_dv=2.1",. What did you use to create this app (WAB Dev or AGOL)?
Thanks for your insight; I used AGOL to create the app. I was using my.org.maps.arcgis as a placeholder bc I didn't want the org address to be public, but I mistakenly left that in there. Do you mind removing it from your message?