However, when I run wagon serve, I get the following error message:
Action error - undefined method `is_relationship?' for nil:NilClass
I can get print outs for content_type1 and content_type3 without any issue when running wagon serve. Only content_type2 (with the "chained" belongs_to relationship) causes an error.
I have the following content_types setup:
(Note the "chained" belongs_to relationship. content_type1 belongs to content_type2 which belongs to content_type3.)
I have the following
{% action %}
When I deploy to station.locomotive.works this all works fine - it returns a print out of the Test1 content entry, like so:
However, when I run wagon serve, I get the following error message:
I can get print outs for content_type1 and content_type3 without any issue when running wagon serve. Only content_type2 (with the "chained" belongs_to relationship) causes an error.