vercel / nextjs-subscription-payments

Clone, deploy, and fully customize a SaaS subscription application with Next.js.
https://subscription-payments.vercel.app/
MIT License
6.4k stars 1.3k forks source link

fix stripe-webhooks route return type #244

Closed dalkommatt closed 7 months ago

dalkommatt commented 1 year ago

Not having a response returned in a route handler will cause a type error at build in Next.js 13.4.20, see https://github.com/vercel/next.js/pull/51394.

vercel[bot] commented 1 year ago

@dalkommatt is attempting to deploy a commit to the Vercel Solutions Team on Vercel.

A member of the Team first needs to authorize it.

leerob commented 7 months ago

https://github.com/vercel/nextjs-subscription-payments/pull/278