Hi, I am trying to get the new ESRI Web AppBuilder set up on my machine. I have Node installed and the Web AppBuilder for ArcGIS (Developer Edition) zip extracted on my local drive. When I run the startup.bat it opens the command window and starts the server on port 3344 as I had seen demoed to me before. When it opens in my default browser (IE9) it trys to redirect to setportalurl. At this point it just hangs and the progress bar sits around 90% or so. I don't know if its supposed to direct to another page where I can enter my portal url and login info or not. Is there a way to manually set this info? I have portal running on my network and access to publish. Thanks for the help!
Solved! Go to Solution.
Just got it working.
I had to edit apiURL manually in the env.js file to say "apiUrl='http://localhost/arcgis_js_api/library/3.12/3.12'"
Joseph,
this might be helpful: Tips and Observations for getting Web AppBuilder - Developer Edition Installed
Tim
Thanks for the link, that gave me something new to try, but still no luck. I tried creating the application in portal and it links to it, but still hangs in the redirect. In portal I do not have a Register button like the above link describes. I'm not sure if this is the problem or not. I have tried all of this in both IE9 and Firefox, as well as on different machines, all with the same result. I even tried the beta3 version.
Joseph,
As WAB is a supported release product now, I would recommend calling tech support.
Just got it working.
I had to edit apiURL manually in the env.js file to say "apiUrl='http://localhost/arcgis_js_api/library/3.12/3.12'"