Ghost/core
Naz 260a47da83 🐛 Fixed 500 when instance has an invalid redirects config
refs https://linear.app/tryghost/issue/CORE-86/fix-failing-site-instance-when-redirects-file-is-invalid

- The site was returning a 500 for all routes whenever an invalid redirects file was uploaded.
- The cause of this issue surfacing was this change - 0962b3ed45 (diff-10784969d51d9abb9d620625a14b31661ff3f98dbfb0ea17186186a8151bacfaL35) . Previously an instance always had some sort of a working router and when the configuration failed it still functioned as an empty redirects router. After the change no router was mounted resulting in a 500
- Test cases fixing the problem will folllow
2021-10-04 15:25:37 +02:00
..
client@70dac42ffd Updated Admin to v4.17.0 2021-10-01 16:00:30 +01:00
frontend Added description to allowed preview params 2021-09-30 14:07:28 +01:00
server 🐛 Fixed 500 when instance has an invalid redirects config 2021-10-04 15:25:37 +02:00
shared Removed labs gating from bulk action endpoint 2021-10-01 14:17:52 +02:00
app.js Added Sentry to new boot process 2021-02-19 09:20:41 +00:00
boot.js Moved routing setting hash calculation to backend 2021-09-28 04:59:41 +13:00
bridge.js Added clarifying note to bridge 2021-09-30 15:43:39 +01:00