How to work locally with a downloaded WAB WebMap

618
1
Jump to solution
11-27-2020 05:20 AM
GerardMartin
Occasional Contributor

Please, anyone could explain me how I have to configure the local version of my WAB App  that I have dowload from Portal (ArcGIS Enterpise)?

I have donwload my WebAppBuilder Web Map in a folder called 'samplewebmap'.  This webmap is very simple: only contains a sample set of points from a filegdb published from ArcGIS PRO in Portal, and some widgets that I have to customize.

GerardMartin_2-1606480950423.png

I have started node.js local service for WAB.

And I have called this URL,  https://localhost:3344/webappviewer/?config=samplewebmap/config.json# but the webmap doesn't open. After a while I have to enter Portal credentials but none of the widgets appears in the Webmap that only shows the basemap and sample data.

 

waberror.jpg

I am able to call http://localhost:3344/webappviewer/?config=sample-configs/config-demo.json# to work with custom widgets that I have modified in my local WebAppBuilder installation, But I am not able to work with the downloaded WAB WebMap ... 

What I am doing wrong? Please, suggest me how I can do. 

0 Kudos
1 Solution

Accepted Solutions
GerardMartin
Occasional Contributor

In case it helps someone, I have solved my own question saving downloaded ZiP file from Portal in \WebAppBuilderForArcGIS\server\apps  folder. I was wrong trying to save the ZIP file in WAB client folder as I have done before with custom widgets or ad-hoc web sites that I have developed.

View solution in original post

0 Kudos
1 Reply
GerardMartin
Occasional Contributor

In case it helps someone, I have solved my own question saving downloaded ZiP file from Portal in \WebAppBuilderForArcGIS\server\apps  folder. I was wrong trying to save the ZIP file in WAB client folder as I have done before with custom widgets or ad-hoc web sites that I have developed.

0 Kudos