Select to view content in your preferred language

Using a Web Experience Offline

1153
2
Jump to solution
11-14-2023 11:16 AM
Labels (1)
MelanieVT
Emerging Contributor

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:

content.png

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.

0 Kudos
1 Solution

Accepted Solutions
DanJiang
Esri Contributor

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. 

View solution in original post

2 Replies
DanJiang
Esri Contributor

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. 

MelanieVT
Emerging Contributor

Thank you very much for the clarification, @DanJiang🙏🏽