0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00
ghost/core
Rishabh Garg 367b1a509f 🐛 Fixed members list not loading (#12930)
refs https://github.com/TryGhost/Team/issues/660

In case stripe price for a subscription is missing in `stripe_prices` table, it will cause the API to load members list to fail with 500 as we try to serialize the stripe price on member subscription using empty object. This fixes the guard against populating price object for missing data in DB.

Note: This is only a short-term fix till we add a proper fix to cleanup the DB in the subsequent release.
2021-05-26 19:52:42 +05:30
..
client@d984005b16 Updated Ghost-Admin to v4.6.0 2021-05-25 15:11:56 +01:00
frontend Updated @price data to not use archived prices 2021-05-17 11:02:27 +01:00
server 🐛 Fixed members list not loading (#12930) 2021-05-26 19:52:42 +05:30
shared Fixed no-restricted-require warning for core/shared/url-utils.js 2021-05-25 21:13:57 +01:00
app.js Added Sentry to new boot process 2021-02-19 09:20:41 +00:00
boot.js Added members service init to boot sequence 2021-05-20 12:08:45 +01:00
bridge.js Improved theme locale handling 2021-05-05 16:13:26 +01:00