The query I used is:
update settings set `value` = NULL where `key` LIKE 'stripe_connect%';
After running this:
- restart Ghost
- refresh Ghost admin
Connect settings should be blank and you should be able to reconnect.
The query I used is:
update settings set `value` = NULL where `key` LIKE 'stripe_connect%';
After running this:
Connect settings should be blank and you should be able to reconnect.