Stripe subscription management
Hi, I tried to setup stripe, it seems to work, but when I try to upgrade a user to a subscription, next.js says this:
POST /api/auth/subscription/upgrade 404 in 76ms
do I have to write the route myself or is it automatic? I really don't know
POST /api/auth/subscription/upgrade 404 in 76ms
do I have to write the route myself or is it automatic? I really don't know