Hello everyone,
I have developed a custom widget that interacts with a Map widget. Everything works perfectly fine locally.
However, once I deployed it on my Enterprise portal, it fails to load both the user interface and the configuration part.
Does anyone have an idea where the problem might be coming from ?
You can deploy custom ArcGIS Experience Builder (ExB) widget into Portal, starting with the version ArcGIS Enterprise (AGE) v11.0.
While deploying this custom ExB widget you need to be aligned with the ExB version contained in Portal. Specifialy, if you deploy to AGE v11.0 -> ExB v1.8 and so on. See the matrix at this link
https://developers.arcgis.com/experience-builder/guide/release-versions/
My guess is that you are trying to deploy incompatible versions -> for instance ExB v1.14 custom widget into AGE 1.11.
Hi,
Thanks for the response.
I just checked, I have version 11.1 for my AGE (ArcGIS Enterprise), and version 1.10 for ExB (Experience Builder).
The problem is still present.