Story Map Series on Localhost not working

4330
1
02-09-2015 04:13 PM
DaveHighness
Occasional Contributor II

Has anyone been able to get the Story Map Series working on localhost? I followed the instructions on GitHub and installed Node.js and ran the commands to add Node.js to the app. I registered the app in our ArcGIS Online Organization:

URL

http://localhost/map-series/src/

Code Attachment
None

PurposeConfigurable
API

JavaScript

I have the same URI for the Redirect URI and I have a App ID.

When I go to the URL without the App Id I get this error message:

An error has occurred

Web Mapping Application identifier not specified in index.html.

When I add the app id to the URL I get this message (example):

http://localhost/map-series/src/?appid= XXXXxxx

An error has occurred

The Map Series does not exist or is inaccessible.

What am I missing? I'm not sure what should be happening but it seems like I should be able to start configuring a new Map Series Story Map. Do I have to point it to an existing one somehow.

I want to configure a Story Map on my desktop, then do some customizations and then deploy on a server.

Thanks

0 Kudos
1 Reply
DaveHighness
Occasional Contributor II

Alright, so I'm getting it figured out. I create the app on ArcGIS Online and save it. Then I can go to my localhost version and give the App Id of the ArcGIS Online version in the URL of my local version and it loads from there.

http://localhost/map-series/src/?appid=XXXXxxxx

Now to figure out how to add some controls to the story panes to make the map do stuff. Any help with that?

0 Kudos