I have an instance of ArcGIS Enterprise hosted in a disconnected environment. I am trying to preview a vector tile service in this environment in JavaScript from the ArcGIS REST Service Directory by clicking the "View In: ArcGIS JavaScript" link.
DiegoNegron_0-1612295478654.png
I have updated the service handlers in server administrative console.
DiegoNegron_1-1612295618851.png
However when loading the Vector Tile JavaScript viewer, the browser is still pulling resources from js.arcgis.com (as seen below when looking at the dev tools in Chrome)
DiegoNegron_3-1612295877686.png
When previewing Mapping services, everything is correctly being pulled from the local server. How can I get my vector tile service to pull JavaScript files from my local server?