To reproduce the error, download the starter kit and modify content/3_about/about.txt
:
-
platform: Twitter
…to
-
platform:
- Twitter
Then, you get an error with no stack trace:
It obviously tries to convert an array to string now that I turned platform
to array. What bothers me is that you get no stack trace. I got the same error in a larger project and I wasn’t able to trace it.