I’m having trouble setting up a payment using the Stripe
… when I validate a plan (tiers) --I get a warning message: “Unable to initiate checkout session”
Steps to Reproduce
How to setup and manage your Stripe account
Ghost Version
5.88.1
Node.js Version
18.12.1
install Ghost?
self hosting
any idea¿. --thank you!
Can you open your browser’s dev tools (F12) and see if there’s an error message in the console? That may provide some extra information.
See if you can see any details on the one creating checkout session - if you click it you may be able to see the network request and response.
Several other errors might be theme errors - hard to tell.