404 on subscription routes
Hey there, I am currently trying to setup stripe with Better Auth, but I am always getting a 404 error when trying to upgrade / create a subscription, even though I should have the correct route setup, if I'm not mistaken


2 Replies
send your auth config
I think I found the issue: The schema generation command doesn't actually generate the subscription tables etc. Here is my config:
But adding the tables manually doesnt resolve it either
Nevermind, issue closed. I forgot to put the plans array in the correct key in the stripe plugin config