Hi,
I believe I've found a major bug in ArcGIS Experience Builder Developer Edition.
When you have a text or embed widget linked to data and try to interact with the data (selecting it and closing the popup) it starts sending infinite requests until your browser loses the connection with the layers due to Insufficient resources.
Requests URL: query?f=json&objectIds=0&outFields=*&spatialRel=esriSpatialRelIntersects&token=
How to replicate the issue:
- Start an existing or new Experience Builder Developer project;
- Add a map widget. Select a map with layers.
- Add a text widget (or Embed widget).
- Connect the widget to data.
- Edit the text/embed widget by adding Dynamic Content.
- Save it and run it on Preview mode.
- Select a feature and close the popup.
What I've tried:
- Reinstalling ArcGIS Experience Builder;
- Installing on an Ubuntu computer;
- Tested with both ArcGIS Online and Enterprise Portal maps and layers;
- Replacing the ExperienceBuilder Application (used to authenticate) within ArcGIS Online and ArcGIS Enterprise;
- Two other coworkers could replicate the same issue in different machines.