Select to view content in your preferred language

Failed to Load error trying to download Ex Builder Developer App

312
4
08-15-2024 12:40 PM
Brian_McLeer
Frequent Contributor

On version 1.15, I am trying to download an application. When doing so, I get an error that states "Failed to load" and the file does not download. Has anyone else had this happen?

Brian_McLeer_0-1723750844349.png

 

Brian
Tags (1)
0 Kudos
4 Replies
Junshan_Liu
Frequent Contributor

Do you see any console error on the server side when you see this error?

0 Kudos
Trevor_Oatts
New Contributor

I also experienced this when updating to Developer Edition 1.15 and was unable to download my app. I think it ended up being a custom widget in my extensions inside the client folder. After I deleted that, I was then able to successfully download my app, although the custom widget I deleted wasn't in the app I was trying to download.

Junshan_Liu
Frequent Contributor

I guess there may be errors when compiling your custom widget. When you download the app, ExB server will compile the widgets. Can you run "npm run build:prod" in the client folder to see if there are any errors?

0 Kudos
Brian_McLeer
Frequent Contributor

Instead of running npm ci on the client folder, through a series of searches, I have found that running npm ci --legacy-peer-deps is now required for my install due to legacy dependencies. Before that, I did do a full removal and install of 1.15.

Brian