- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Highlight
- Report Inappropriate Content
29-08-2021 02:33 PM - edited 29-08-2021 02:34 PM
Just under "most recent" I also see all this (ah, it had already been mentioned!)
The following has evaluated to null or missing: ==> restBuilder().method("POST").path("/search").body(msgQry).call().data.items [in template "theme-lib.community-activity-macros.ftl" at line 239, column 32] ---- Tip: It's the step after the last dot 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. (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: #local response = restBuilder().metho... [in template "theme-lib.community-activity-macros.ftl" in function "getPostList" at line 239, column 13] - Reached through: @compress single_line=true [in template "theme-lib.community-activity.ftl" at line 5, column 1] ----The following has evaluated to null or missing: ==> restBuilder().method("POST").path("/search").body(msgQry).call().data.items [in template "theme-lib.community-activity-macros.ftl" at line 239, column 32] ---- Tip: It's the step after the last dot 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. (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: #local response = restBuilder().metho... [in template "theme-lib.community-activity-macros.ftl" in function "getPostList" at line 239, column 13] - Reached through: @compress single_line=true [in template "theme-lib.community-activity.ftl" at line 5, column 1] ----