I deployed https://github.com/commercetools/stripe-tax-integration as an organization connector, and have successfully installed it to a project.
However it does not work and it is because I see this in the logs:
```
entries: [
{
title: 'Failed during the execution of "postDeploy" script',
type: 'Warning',
application: 'order-syncer',
message: 'Failed running npm install && npm run connector:post-deploy',
createdAt: '2025-11-05T18:13:11.022Z'
},
{
title: 'Failed during the execution of "postDeploy" script',
type: 'Warning',
application: 'tax-calculator',
message: 'Failed running npm install && npm run connector:post-deploy',
createdAt: '2025-11-05T18:13:38.758Z'
}
```
There is no other information - this hook deploys the API extension so cart actions aren’t making it to the app. Can’t debug further without seeing why NPM failed.
I’ve run the same command locally, and it creates the API extension. Credentials are the same locally and in the deployment configuration.
