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:
| Code Attachment | |
|
| Purpose | Configurable |
|
| 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= xyz
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