Hello everyone,
I want to use an ArcGIS Online Web Experience in an environment where there is no internet connection. I installed the ArcGIS Experience Builder Developer Edition, created a new application, ran the server through node.js, specified the URL to my ArcGIS Online and added the Client ID given in the application. After those steps, I imported the Web Experience page from my ArcGIS Online account and downloaded it to my local disc. The content of the downloaded file is below:
When I start the server, I can reach this Web Experience through https://localhost:3001/. However, when I cut the internet connection, data inside the page disappears.
Is there a way to use a Web Experience fully offline? Like embedding gdb data or shapefiles directly into the config.js file rather than using hosted feature services. Or do I need to adopt a completely different approach?
Thanks in advance,
M.
Solved! Go to Solution.
Hi @MelanieVT , I am afraid that ExB does not support embedded data. You can use the Add data widget to upload data files at runtime, but the operations are limited.
Hi @MelanieVT , I am afraid that ExB does not support embedded data. You can use the Add data widget to upload data files at runtime, but the operations are limited.