Modifying a structure field value causes an error with no stack trace

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.

This is nothing we can solve here, you would have to create an issue on GitHub.

1 Like