RexNormous
CDCloudflare Developers
•Created by RexNormous on 5/25/2023 in #pages-help
Stripe JS SDK & next-on-pages Compatibility
Hi all - is it known if the Stripe SDK is compatible with
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.0
While I know there is support for Stripe JS SDK in workers, would love to know if next-on-pages
supports Stripe. Thanks!2 replies