==> seriesNavigation.seriesItems[1] [in template “components/article/components/series-nav-bar.ftl” at line 17, column 70]
—-
Tip: It’s the final [] step that caused this error, not those before it.
—-
Tip: If the failing expression is known to be legally refer to something that’s sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
—-
—-
FTL stack trace (“~” means nesting-related):
– Failed at: @ab_param_tracking seriesNavigation.s… [in template “components/article/components/series-nav-bar.ftl” at line 17, column 50]
– Reached through: #include “./components/series-nav-bar… [in template “components/article/article-redesign.ftl” at line 153, column 41]
– Reached through: #include “article-redesign.ftl” [in template “components/article/article.get.html.ftl” at line 8, column 9]
—-