Hello everyone,
I am experiencing issues with the offline dashboard configuration. The pop-up window, base map gallery, legend, and web layer widgets aren't working. In the browser console, I get an error: the dashboard is trying to connect to https://js.arcgis.com/4.27. In my case, it's unavailable.I have followed these steps:
1. Isolated the external source via the Portal Administrative Directory {System > Content > External Content: false}.
2. Downloaded the ArcGIS JavaScript SDK 4.27 from https://developers.arcgis.com/javascript/latest/downloads/.
3. Placed it into my IIS server in the root directory {Inetpub/wwwroot}.
4. Configured the service directory via the Server Administrator Directory {System > Handlers > REST > Service Directory}, pointing to the downloaded ArcGIS JavaScript SDK 4.27 as the main source.
5. Configured Portal properties via the Portal Administrator Directory {System > Properties}:
{
configurePortalAGOEnv: false,
portalAGOConfigEnabled: false,
portalLivingAtlasConfigEnabled: false,
searchArcGISOnlineEnabled: false,
jsapiUrl: https://portal.domain/portal/jsapi/jsapi4/
}
After these steps, the legend and basemap gallery widgets are functional, but nothing else works. The dashboard still tries to connect to https://js.arcgis.com/4.27, and I get additional errors with local widget initialization.
I would be greatly appreciative of any assistance.