|
POST
|
Hi @AriefAbuBakar it's very possible that your code was working accidentally. You need to use the "extends" keyword when building subclasses with ES modules: https://developers.arcgis.com/javascript/latest/implementing-accessor/#create-a-simple-subclass. It can be challenging when overriding API functionality because properties, methods and patterns within the underlying API Class are subject to change. // Psuedo-example using @arcgis/core ES modules
class ExampleWebTileLayer extends WebTileLayer {
constructor(properties?:any) {
super(properties);
}
. . .
}
... View more
12-14-2022
11:16 AM
|
0
|
1
|
2247
|
|
POST
|
@YueZhou1what you are seeing with init.js is the API spinning up multiple workers. I can see how that would give the impression there is a caching problem. We ran tests and the API worker initialization caching is working correctly. If you are still having issues, the next steps would be to open a tech support ticket, or call your account representative to meet with a solutions engineer.
... View more
12-09-2022
08:30 AM
|
0
|
0
|
1007
|
|
POST
|
All good info, thanks for sharing your experience. Yes, there is a known issue with Stencil because it has it's own assetsPath setting that conflicts with @ArcGIS/core.
... View more
12-08-2022
09:21 AM
|
0
|
0
|
2264
|
|
POST
|
Hi @Justin_Greco we aren't able to access your repo, it might be set to private. You might need to use setAssetPath for Calcite as mentioned here: https://developers.arcgis.com/calcite-design-system/get-started/#custom-elements?. If you give that a try, let us know if it helps?
... View more
12-08-2022
08:23 AM
|
0
|
3
|
2276
|
|
POST
|
Hi @ae my recommendation is provide a simple github repo that you can share and that reproduces the issue. Since that is most likely a recursion error we'll need an example.
... View more
12-07-2022
07:43 AM
|
0
|
0
|
966
|
|
POST
|
Hi @DanielWebb, good questions, they related to both the AMD and ES modules: 1. No. You can use esri/request or use native fetch directly to load HTML as a string into your app 2. This can be handled through industry-standard patterns such as using Etags. You can also set the cacheBust option in esri/request, but this is a different implementation from dojo, instead of adding a param, it tells fetch to make a conditional request. If you always want to cacheBust, then you can use a requestInterceptor with the url set to null. 3.You can remove event listeners natively. If you are using an "on" listener, you can remove those using the APIs remove() method.
... View more
11-30-2022
02:51 PM
|
2
|
1
|
1683
|
|
POST
|
Hi @Yue_Zhou can you provide more information on your use case for needing that many CPU cores? That's definitely a non-standard hardware configuration for a single web browser user. 80 cores would be more typical for a server-side implementation, or a host VDI machine with dozens or hundreds of users. In the meantime, thanks for reporting, we'll take a look at the top limit.
... View more
11-28-2022
09:13 AM
|
0
|
0
|
1033
|
|
POST
|
If it's a custom JS app we will need a link to a simple github repo, codesandbox or stackblitz.com sample. If you need a basic Angular + ArcGIS JS API sample as a starting point, we recommend using this one: https://github.com/Esri/jsapi-resources/tree/master/esm-samples/jsapi-angular-cli.
... View more
11-09-2022
01:12 PM
|
0
|
0
|
3868
|
|
POST
|
Hi @ConnerFarrant are you building a custom ArcGIS JS API app or using an ArcGIS Dashboard? If you are using a Dashboard, you'll need to follow that product's System Requirements and Tech Support procedures. Here's a link to the ArcGIS Dashboard community site if you need to reach out to them for more guidance.
... View more
11-09-2022
12:09 PM
|
0
|
2
|
3873
|
|
POST
|
Hi @AbdulSamim these types of errors are typically related to project configuration, and not a bug in the ArcGIS JS API. Please provide a link to a simple github repository that reproduces the issue.
... View more
10-31-2022
09:36 AM
|
0
|
0
|
2771
|
|
POST
|
Hi @AbdulSamim check to see if you have .wasm configured in your local webserver: https://developers.arcgis.com/javascript/latest/install-and-set-up/#web-server-hosting-configuration
... View more
10-28-2022
10:07 AM
|
0
|
2
|
2870
|
|
POST
|
Hi @daltvr for localizing the various elements that belong to the ArcGIS JS API, see this guide topic: https://developers.arcgis.com/javascript/latest/localization/. The API widgets use their own localization strings.
... View more
10-26-2022
09:11 AM
|
0
|
0
|
1088
|
|
POST
|
> is not an ESRI Api Key, but an API Key for an Azure API Management component Gotcha. You'll need to contact Azure technical support since that's their product. We don't have any control or knowledge of their security practices.
... View more
10-06-2022
12:14 PM
|
0
|
0
|
2800
|
|
POST
|
@NicolasSwijngedouwIf you inject unauthorized headers it will cause a CORS pre-flight error. Here are a few resources to check out on the coding patterns for using API keys: https://developers.arcgis.com/javascript/latest/secure-resources/#api-keys, https://developers.arcgis.com/documentation/mapping-apis-and-services/security/api-keys/ and https://developers.arcgis.com/javascript/latest/display-a-map/#get-an-api-key
... View more
10-06-2022
07:27 AM
|
0
|
2
|
2820
|
|
POST
|
Hi @bsides can you provide a simple github repository that we can use to reproduce the issue? That's going to be the best way for us to help figure this out. The error message is just a generic message.
... View more
10-05-2022
04:24 PM
|
0
|
0
|
2204
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 04-10-2026 08:29 AM | |
| 1 | 03-26-2026 03:12 PM | |
| 2 | 02-21-2026 10:23 AM | |
| 2 | 08-01-2025 06:20 AM | |
| 1 | 05-27-2025 12:39 PM |
| Online Status |
Offline
|
| Date Last Visited |
Tuesday
|