arcgis-rest-js icon indicating copy to clipboard operation
arcgis-rest-js copied to clipboard

compact, modular JavaScript wrappers for the ArcGIS REST API

Results 107 arcgis-rest-js issues
Sort by recently updated
recently updated
newest added

### Describe the bug When calling `completeOAuth2`, I cannot catch the error that occurs when a user does not have a sufficient user license. This makes it impossible for me...

help wanted

### Description The last 3.x release of was a bit of a mess. I wasn't sure which branch (`master` or `3.x`) to have the contributor base off of and merge...

### Describe the bug It seems like the comment in the header of the dist files has the version of the previous release instead of the current release. https://unpkg.com/@esri/[email protected]/dist/bundled/request.umd.min.js ![image](https://github.com/Esri/arcgis-rest-js/assets/209355/77d6954e-7f1e-4f0d-88ca-6c3b899ff0ca)...

### Describe the problem Currently if I wanted to get the `details` from an error (if they are present). I need to use `error.response.details` which isn't terribly intuitive. ### Describe...

### Describe the bug The user session constructor strips the trailing slash of the provided URL. ``` import {ArcGISIdentityManager} from '@esri/arcgis-rest-request'; const userSession = new ArcGISIdentityManager({ portal: portalUrl, clientId, token,...

### Describe the bug I've noticed the following test failures happen intermittently. The only pattern I can deduce that at least one test is likely to fail after switching branches...

### Describe the bug dozens of `Unmatched POST to https://sampleserver6.arcgisonline.com/arcgis/rest/services/911CallsHotspot/GPServer/911%20Calls%20Hotspot/jobs/j4fa1db2338f042a19eb68856afabc27e` printed to terminal when running tests. ### Reproduction 1. `npm test` observe ^^^ expected tests mock all requests ### Logs...

### Describe the bug When calling the `addItemPart` function from `@esri/arcgis-rest-portal`, HTML is returned. If allowed to resort to its default response format of 'json' a JSON parsing issue will...

### Description Hi, we are using the function `solveRoute` in conjuction with the `rawResponse=true`. We observed, that this throws an error and looking closer, we found that `solveRoute` calls `cleanResponse`...

bug

fixed issue with solveRoute failing when using `rawResponse: true` #1045