Esri / storymap-tour

The Story Map Tour is ideal when you want to present a linear, place-based narrative featuring images or videos.
Apache License 2.0
152 stars 131 forks source link

App doesn't work if 'apps' is in the URL #57

Open kerryrobinson opened 8 years ago

kerryrobinson commented 8 years ago

I am hosting the Map Tour app on my own web server, not with Portal. I was getting the 'Failed to get portal configuration' error.

I realize now that it is because i had 'apps' in the URL, e.g. "http://server.domain.com/apps/MapTour". The code is looking for this to determine whether the app is hosted by Portal or not.

Recommend that a note should be added to the documentation to not include 'Apps' as part of the URL path.