platform · inferred from evidence
Pipedream
A hosted environment for building, deploying, and running workflows and components.
- No test event for HubSpot trigger New Deal Property Change
The HubSpot New Deal Property Change trigger never produced test events. The source was not paginating through deals, so anyone with more than 50 deals had events silently missed.
- Cannot install @thirdweb-dev/contracts on a Pipedream Node.js code step
Installing @thirdweb-dev/contracts in a Pipedream Node.js step fails, which also blocks @thirdweb-dev/sdk. The package authors put the ethers requirement in devDependencies of the SDK package.json, and Pipedream only installs production dep
- AxiosError options must be an object breaks Pipedream Twitch components
All Pipedream Twitch components started failing with AxiosError: options must be an object. An axios upgrade changed the paramsSerializer option shape, requiring a new encode key, which broke the config Pipedream passed to axios.