Nuacht

Describe the bug When launching the app in the VM, at startup I get errors concerning the blog pages. They are reference errors concerning "document", which is not defined. Files affected: /edit-blog/ ...
Expected behavior In Node.js environments, _initialize () should not attempt to access window.location.href. It should conditionally access that property only when isBrowser () is true. This would ...