Stripe JS SDK & next-on-pages Compatibility
Hi all - is it known if the Stripe SDK is compatible with
My stripe version is
While I know there is support for Stripe JS SDK in workers, would love to know if
next-on-pages? I have a NextJS app that I'd like to deploy on pages, and am using next-on-pages to support SSR & bundling my /pages/api/*.ts API's into workers, however, my pages builds are failing with: ./lib/stripe.ts is essentially:My stripe version is
12.6.0While I know there is support for Stripe JS SDK in workers, would love to know if
next-on-pages supports Stripe. Thanks!