You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
greyskin
changed the title
wagon serve + belongs_to "chain" = undefined method `is_relationship?' for nil:NilClass
wagon serve + belongs_to "chain" results in "Action error - undefined method `is_relationship?' for nil:NilClass"
May 27, 2021
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.
The text was updated successfully, but these errors were encountered: