I have my development server working. I use Chrome with MAMP Pro and have CodeKit doing the auto-reload duties. All is generally well.
If I do something as simple as change the text in a .md file and then save, CodeKit see the changes and refreshes the page. Perfect.
But every time it does, I get a Twig error:
An exception has been thrown during the rendering of a template ("Undefined offset: 0") in "partials/navigation.html.twig" at line 25.
If I manually reload that page, it's fine again.
But why the frequent errors?