Stripe 1.2.7 restore issues

Hi, I'm Sveltekit, eager to test this new function out, thanks for adding it! I haven't had success yet, I have been able to cancel subscriptions as normal and everything else works fine. The request to /api/auth/subscription/restore is still returning a 404 Not Found error. is the server-side of this implemented or is it all on the client side? The user.id is being pulled correctly here: const { data, error } = await authClient.subscription.restore({
referenceId: session.user.id
});
Thank you!!
Was this page helpful?