Expand my Community achievements bar.

Join us for the next Community Q&A Coffee Break on Tuesday April 23, 2024 with Eric Matisoff, Principal Evangelist, Analytics & Data Science, who will join us to discuss all the big news and announcements from Summit 2024!
SOLVED

Accessing Issue with ClientCare page

Avatar

Level 3

Having problem accessing to the page. Anyone else is having the same problem? thx.

1 Accepted Solution

Avatar

Correct answer by
Former Community Member

Loads here, slowly.

I found that for questions where you want a quick answer, check the status.adobe.com domain, or ask @AdobeExpCare on Twitter

 

 

Note: Your comment was edited to reflect the new name of the twitter handle. Thanks - Moderator

View solution in original post

2 Replies

Avatar

Correct answer by
Former Community Member

Loads here, slowly.

I found that for questions where you want a quick answer, check the status.adobe.com domain, or ask @AdobeExpCare on Twitter

 

 

Note: Your comment was edited to reflect the new name of the twitter handle. Thanks - Moderator

The following has evaluated to null or missing: ==> liqladmin("SELECT id, value FROM metrics WHERE id = 'net_accepted_solutions' and user.id = '${acceptedAnswer.author.id}'").data.items [in template "analytics-container" at line 83, column 41] ---- 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 answerAuthorNetSolutions = li... [in template "analytics-container" at line 83, column 5] ----