Hey there. So I was able to get mailgun to work, get past the signup error, connect stripe with the correct API keys, and I’m doing a test at the moment to see if members can actually sign up/pick a plan.
I’ve ticked ‘allow free member signup’ because I want to offer people the option to support or not support.
But when I make a test account, it doesn’t let the user pick a plan OR use a free account. The javascript never fires. I’ve uploaded routes.yaml. Here’s my ghost log readout.
[2020-04-26 09:55:46] INFO "GET /ghost/api/canary/members/create-stripe-checkout-session/" 404 1ms
[2020-04-26 09:55:51] WARN Cookie ghost-members-ssr not found
[2020-04-26 09:55:51] INFO "GET /gallery/" 302 3ms
[2020-04-26 09:55:51] WARN Cookie ghost-members-ssr not found
[2020-04-26 09:55:51] INFO "GET /private/?r=%2Fgallery%2F" 200 24ms
[2020-04-26 09:56:59] INFO "GET /account/" 200 56ms
[2020-04-26 09:56:59] INFO "GET /assets/built/screen.css?v=7c4e175393" 304 5ms
[2020-04-26 09:56:59] INFO "GET /assets/built/jquery.fitvids.js?v=7c4e175393" 304 4ms
[2020-04-26 09:56:59] INFO "GET /assets/built/infinitescroll.js?v=7c4e175393" 304 6ms
[2020-04-26 09:57:03] INFO "GET /signup/" 200 30ms
[2020-04-26 09:57:03] INFO "GET /assets/built/screen.css?v=7c4e175393" 304 4ms
[2020-04-26 09:57:03] INFO "GET /assets/built/jquery.fitvids.js?v=7c4e175393" 304 7ms
[2020-04-26 09:57:03] INFO "GET /assets/built/infinitescroll.js?v=7c4e175393" 304 6ms
[2020-04-26 10:05:43] INFO "GET /signup/" 200 50ms
[2020-04-26 10:05:43] INFO "GET /assets/built/screen.css?v=7c4e175393" 304 5ms
[2020-04-26 10:05:44] INFO "GET /assets/built/jquery.fitvids.js?v=7c4e175393" 304 6ms
[2020-04-26 10:05:44] INFO "GET /assets/built/infinitescroll.js?v=7c4e175393" 304 4ms
[2020-04-26 10:05:45] INFO "GET /favicon.ico" 200 1ms
[2020-04-26 10:05:47] INFO "GET /members/ssr" 200 6ms
[2020-04-26 10:05:47] INFO "POST /ghost/api/canary/members/create-stripe-checkout-session/" 500 0ms
I’ve read the docs on this. Stripe has the plans already. I can see no way I messed this up.
Please help?