Problem with opening experience builder app

257
1
Jump to solution
03-06-2024 11:55 PM
DimitriosIliadis
New Contributor

Hello,

I am trying to deploy an experience builder app that contains a mix of official and custom widgets. Since I can't deploy this app on ArcGIS Online (because of the custom widgets), I want to deploy it on AWS.

From the documentation I see that I have to download it (using the download button in the experience builder UI). This returns a .zip file. If I unzip it and try to open the index.html I get a black page with the "failed to fetch" text at the center of it.

Screenshot 2024-03-07 at 08.54.11.png

I even tried creating a blank experience builder app with a simple official widget but I got the same result. 

I also tried to put my clientId in the config.json but again got the same result.

Is there a step that I am missing?

Thanks!

0 Kudos
1 Solution

Accepted Solutions
Asrujit_SenGupta
MVP Regular Contributor

You need to copy the unzipped folder to the Web server.

Deploy the experience

To deploy the experience on your web server, complete the following steps:

  1. Unzip the downloaded experience and copy the folder to your web server.


Deployment | ArcGIS Experience Builder | ArcGIS Developers

View solution in original post

0 Kudos
1 Reply
Asrujit_SenGupta
MVP Regular Contributor

You need to copy the unzipped folder to the Web server.

Deploy the experience

To deploy the experience on your web server, complete the following steps:

  1. Unzip the downloaded experience and copy the folder to your web server.


Deployment | ArcGIS Experience Builder | ArcGIS Developers

0 Kudos