POST
|
@RyanTaylor You can use the extension for the "APP_CONFIG_PROCESSOR" extension point to make sure the logic is run before all other widgets, here is a sample to show how to use this extension: https://github.com/Esri/arcgis-experience-builder-sdk-resources/tree/master/widgets/translation I think the way you register the token should work, to refresh the token, you can use your own logic to refresh the token and then run the above logic again.
... View more
3 weeks ago
|
0
|
0
|
60
|
POST
|
Can you try the 1.18 to see whether you still see this issue?
... View more
3 weeks ago
|
0
|
0
|
129
|
POST
|
Where do you host the Maps SDK? Under the same domain as the app?
... View more
08-17-2025
11:13 PM
|
0
|
1
|
91
|
POST
|
The UNT widget publish the "RecordSelectionChange" message, so I think the easy way to get the trace result is to create a widget that provides an action to listen to this message, you can get the selected records in the action. Here is a sample widget that demos how tho listen to messages: https://github.com/Esri/arcgis-experience-builder-sdk-resources/tree/master/widgets/message-subscriber
... View more
07-28-2025
02:47 AM
|
0
|
0
|
175
|
POST
|
This seems like a server-side issue, we are still confirming the root cause.
... View more
07-17-2025
10:58 PM
|
1
|
0
|
817
|
IDEA
|
Currently, we don't have a solution to generate the shapefile in the browser yet, that's why we need to use the backend capability. We'll keep researching to check if there are ways to do this in the browser side. Thanks for the feedback!
... View more
07-03-2025
06:00 PM
|
0
|
0
|
489
|
IDEA
|
Currently, exporting a shapefile from the selected records needs to create an item, that is why we need to log in.
... View more
07-03-2025
01:21 AM
|
0
|
0
|
509
|
POST
|
Are you running two Experience Builder servers? You don't need to uninstall the ExB, you can just stop one and start another one.
... View more
06-29-2025
05:50 PM
|
0
|
0
|
198
|
POST
|
The widget runtime and the setting run in different windows. To get the state in setting, can you try `state.appStateInBuilder.yourState`?
... View more
06-23-2025
01:39 AM
|
0
|
0
|
117
|
POST
|
The file is used by multiple webworker, but the file will be downloaded only once.
... View more
06-23-2025
01:12 AM
|
0
|
0
|
97
|
POST
|
Here is a sample widget with the layout capability: https://github.com/Esri/arcgis-experience-builder-sdk-resources/tree/1.18/widgets/widget-with-layout
... View more
06-22-2025
11:11 PM
|
0
|
0
|
132
|
POST
|
Can you try the code snippet below? export function mockJSAPIClass (properties = { }) { return jest.fn().mockImplementation(constructorOptions => ({ ...properties, ...constructorOptions })) }
... View more
06-22-2025
11:06 PM
|
0
|
0
|
77
|
POST
|
I guess this may be restricted by the "react-rnd" lib. Jimu has a draggable component https://developers.arcgis.com/experience-builder/storybook/?path=/docs/components-jimu-ui-index-draggable--docs, could you check whether you can use it?
... View more
06-19-2025
08:21 PM
|
0
|
1
|
398
|
POST
|
"npm start -- --http_only" can start the server in http mode.
... View more
06-19-2025
08:16 PM
|
0
|
0
|
146
|
Title | Kudos | Posted |
---|---|---|
1 | 07-17-2025 10:58 PM | |
1 | 05-18-2025 11:14 PM | |
2 | 05-20-2020 05:38 PM | |
1 | 10-04-2020 12:50 AM | |
1 | 09-15-2015 02:01 AM |
Online Status |
Offline
|
Date Last Visited |
2 weeks ago
|