wincent / masochist

⛓ Website infrastructure for over-engineers
MIT License
78 stars 26 forks source link

Implement proper 404s #26

Closed wincent closed 8 years ago

wincent commented 8 years ago

At the moment if I navigate to a non-existent URL, GraphQL (on the server) ends up bailing with a attempt to access id on null, the client gets an error back, and we render a blank page (ie. just the chrome).