Hi,
I have create an application in the portal and used the "App id " and the portal URL to sign in using the https://localhost:3001/.
I want to deploy the custom widget i have made on the Arcgis Enterprise and i am following this Url http://enterprise.arcgis.com/en/portal/latest/use/add-custom-widgets.htm
and i am stuck at getting a full URL path for my widget, here is what the URL should look like <server.domain.com>/<my widget>/manifest.json.
How do I deploy to the Webserver and get this URL .
Thank you.
Try copying your whole widget folder from C:\ArcGISExperienceBuilder\client\your-extensions\widgets into (say) c:\inetpub\wwwrooot\mywidget or any other computer running IIS
Then go to your ArcGIS Enterprise Portal (must be 11.x) and click Contents : add item.
in the list, you should have "add an Experience Builder Widget URL" ,
specify the URL to your manifest.json (ex : https://localhost/mywidget/simple/manifest.json )
now Click on the 9-dot button in Portal Home and create a new ExB project : your widget will be included in the [+] list (scroll down).
I have tried this and still getting same error (below image), any clues/hints?
Perhaps we should start with some simple questions.
Hi,
Our ArcGIS Portal is 11.1, but there is no "add an Experience Builder Widget URL" button.
I know you posted this back in April, but are you sure you have all the correct permissions in your portal? I seem to recall if you don't have a certain level of permissions that this option may not appear, but I'm not familiar with the differences between 11.1 and 11.2 to know if it could be a version difference though.
Just to add a little precision to @FredericPoliart_EsriAU answer, with ArcGIS Enterprise 11.1 :
THis is where it would be, but if your account on the portal does not have sufficient user account level or permissions you may not find it. That's been my experience.