Hey all, I’m building a Ghost theme and needed to add a few paid tiers in order to build the corresponding membership templates. I connected Stripe in ‘Test Mode’, and now my local instance won’t start. When I try to run ‘ghost start’, the following error is returned:
Message: Ghost was able to start, but errored during boot with: Cannot read properties of undefined (reading 'members')
Looking at the forums, it seems that this is a known issue. However, I am unsure of how to solve it — currently it is blocking any further development on the project.
Debug information as follows:
OS: macOS, v13.0.1
Node Version: v18.0.0
Ghost Version: 5.82.1
Ghost-CLI Version: 1.26.0
Environment: development
Command: 'ghost start'
I would really appreciate advice in how to fix this! I saw a few threads that suggested disconnecting Stripe and clearing the ‘members’ table with a tool like SQLite, but the processes themselves weren’t detailed and I’m hesitant to cause any additional trouble in my attempts to solve this.
Thank you!