Installing WAB Dev version 2.5, connecting to AGS Portal 10.4.1; intranet environment, so I can't provide screen shots. When I start WAB through the startup file, the browser redirects to '?action=setportalurl', the progress bar reaches about 80%, and then nothing happens. No errors in the browser console. WAB Dev is installed on the same server as our portal instance. I've followed both the ESRI install instructions and the "Tips and Observations" blog post by Rebecca Strauch, and I have the same portal URL issue in both cases.
Tyrone,
When you look in the installs server folder do you have a signininfo.json file? If so delete it and see what happens.
Robert,
No, that file is not created.
That is strange. Can you try deleting the whole install directory and re-downloading WAB Dev 2.5?
I've done that 4 or 5 times already. I've also tried closing the startup command window and restarting per Rebecca's instructions.
FWIW, my WAB (all versions) broke a couple weeks ago, but I'm starting to think it has something to do with our network, so not necessarily related to your issue. Even following my own instructions, and/or the official instructions no longer is working. (it continually is asking for the portal address, even after with the webID and portal/AGOL log in. Looking for answers thru other thread myself this week.)
But I do know that sometimes when I use the startup.bat, the first time it does not work. I close it and double-click it again, and then it would work. That might be work a try.
I've tried that...my problem is that I've NEVER been asked for the portal URL.
Can I create the signininfo.json file so that WAB will read it on startup? Can somebody provide a sanitized version of their signin file? Will that even work?
mine looks something like this, if that helps.
[
{
"portalUrl": "https://<your url...minus the arcgis.com for portal>.arcgis.com",
"appId": "<your appid>",
"supportsOAuth": true,
"isWebTier": false
}
]
Thanks...fighting another dumpster fire right now. Probably get back to this tomorrow and will update the post.