The following has evaluated to null or missing:
==> restArticle.contentFields [in template "template_id" at line 128, column 24]
----
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 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: #list restArticle.contentFields as field [in template "template_id" at line 128, column 17]
----
2024.08.02 Release Updates
Added
LCD-37107 Need for a cleaning routine for orphaned SAs
LCD-38985 Expand/Collapse Button on Hover
LCD-38986 Log Inspector Trigger by Button on Hover
LCD-38990 Resizable Log Inspector Window
Bug
LCD-38943 Services fail deployment when its ID starts with a number
LCD-39181 Fix the Default Storage Value in the Provisioning Form
LCD-39972 Multiple Users created in a row leak Supported Scopes from one to the next
Task
LCD-34735 Migrate VPN Create page
LCD-38111 Update charts for new janitor job to clean orphaned service accounts on non-prod
LCD-39914 Introduce Domain.create(data, {config}) for use by modular Domain Factories
LCD-39987 Emit clear, helpful error logs when GraphQL resolvers crash
LCD-40009 Deflake "GraphQL Query.project" integration tests
LCD-40066 trivy breaking master with fixed CVE-2024-41818: fast-xml-parser 4.3.3 => 4.4.1
LCD-40126 Deflake ServiceGroupManager.test.ts (serviceId cannot start with a number)