Answered
The following has evaluated to null or missing
Please see this thread: https://community.adobe.com/t5/stock/block-account/m-p/10968090
There are/were four answers, but somehow everything turned into this gibberish mess:
The following has evaluated to null or missing: ==> rest("2.0", "/search?q=" + "select id,replies.count(*) from messages where parent.id = '${messageId}' ORDER BY post_time ASC limit ${limitSignifier} offset ${offset}"?url).data.items [in template "conversation-page-reply-list-pagination-container" at line 39, column 22] ---- 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: #assign message = rest("2.0", "/searc... [in template "conversation-page-reply-list-pagination-container" at line 39, column 3] ----
Anyone else seeing this?
