library · inferred from evidence
chargebee
A Node.js SDK for interacting with the Chargebee API, referenced as a package that was upgraded to fix an issue.
- chargebee: Can't resolve 'http' after upgrading to Next.js 15 (fixed in v3.12.0)
After upgrading a project from Next.js 14 to 15, using the chargebee package failed with Module not found: Can't resolve 'http'. The SDK imported Node.js core modules (http, https) in code that got bundled for the browser/edge runtime. The