nodejs icon indicating copy to clipboard operation
nodejs copied to clipboard

Everything related to the Node.js ecosystem for the commercetools platform.

Results 94 nodejs issues
Sort by recently updated
recently updated
newest added

It looks like the package @commercetools/sync-actions is missing type definitions which makes it hard to use with TypeScript

### Summary Fix issues with modules not exporting directly as default exports in `@commercetools/discount-code-importer` package. ### Completed tasks - [x] use preconstruct and rollup bundler to bundle module - [x]...

customer issue

### Description There is no promise rejection handling around the conversion of a HTTP response to text with [`res.text()`](https://github.com/commercetools/nodejs/blob/master/packages/sdk-middleware-http/src/http.js#LL194C17-L194C27) in `sdk-middleware-http`. This causes an unhandled promise rejection when that call...

Type: Bug

ITM-223 Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where...

dependencies

### Description Hello team, currently there seems to be no support for the [Password Flow for Customers in a Store](https://docs.commercetools.com/api/authorization#password-flow-for-customers-in-a-store) which requires hitting an endpoint not in included [here](https://github.com/commercetools/nodejs/blob/a6785130d36f3db35f62c9acde82e40fdff8e0f1/packages/sdk-auth/src/auth.js#L46): ![image](https://user-images.githubusercontent.com/39009379/228887491-777bd4dd-4b03-4b4e-9699-64ca6b32b135.png)...

### Support reference number ### Description ![issue](https://user-images.githubusercontent.com/86219935/227729447-cedd3b84-9ba5-4b62-84ee-a1d95dffb831.png) ```js ``` ### Expected Behavior ### Current Behavior ### Context ### Possible Solution

#### Summary Update docs for sdk-middleware-http. Default for maxRetries is 10. #### Description Update documentation of sdk-middleware-http to reflect implementation. The default number of maxRetries is 10. See: https://github.com/commercetools/nodejs/blob/master/packages/sdk-middleware-http/src/http.js#L64

Generic import error https://jira.commercetools.com/browse/SUPPORT-19026

https://jira.commercetools.com/browse/SUPPORT-17726

Type: New Feature

#### Summary Fixes broken links to API docs.