0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/server
kirrg001 3155ea2aa7 🐛 Fixed urls being /404/ after starting the Ghost server
no issue

- there was a timing bug in Ghost
- we do operations in parallel on bootstrap
  - 1) we fetch the resources as early as possible
  - 2) we do all the rest (express bootstrapping, theme loading, router registration) etc.
- it can happen that (2) happens too slow and ends in the situation that the queue, which is responsible
  to handle both parallel actions, does not wait for the routers and closes the event
- this is a short term fix
- i need to reconsider if there is a better long term fix
2018-06-07 09:27:24 +02:00
..
adapters 🔥 Drop Node v4 Support 2018-05-01 14:06:18 +02:00
api Dynamic Routing Beta (#9596) 2018-06-05 19:02:20 +02:00
apps Dynamic Routing Beta (#9596) 2018-06-05 19:02:20 +02:00
config Replaced routeKeywords in config with hard coded keywords (#9561) 2018-04-17 10:36:05 +01:00
data Dynamic Routing Beta (#9596) 2018-06-05 19:02:20 +02:00
helpers Dynamic Routing Beta (#9596) 2018-06-05 19:02:20 +02:00
lib Removed more 'use strict' usages 2018-06-02 21:38:11 +02:00
models Dynamic Routing Beta (#9596) 2018-06-05 19:02:20 +02:00
public 🔥 Drop Node v4 Support 2018-05-01 14:06:18 +02:00
services 🐛 Fixed urls being /404/ after starting the Ghost server 2018-06-07 09:27:24 +02:00
translations Dynamic Routing Beta (#9596) 2018-06-05 19:02:20 +02:00
views
web Dynamic Routing Beta (#9596) 2018-06-05 19:02:20 +02:00
analytics-events.js
filters.js
ghost-server.js Consistent event names 2018-04-15 23:52:42 +02:00
index.js Dynamic Routing Beta (#9596) 2018-06-05 19:02:20 +02:00
overrides.js 🔥 Drop Node v4 Support 2018-05-01 14:06:18 +02:00
update-check.js 🔥 Drop Node v4 Support 2018-05-01 14:06:18 +02:00