For the full list of changes, check out the Webiny 6.4.10external link release on GitHub.

Webiny SDK
anchor

Fixed Unchecked Result Access Causing Cryptic Errors (#5625external link)
anchor

{/ REVIEW-PENDING @brunozoric — confirm this entry, then delete this line /}

When using the Result pattern internally, accessing .value on a failed result would break code execution with no meaningful error message. All Result values are now properly checked before access, preventing these cryptic failures and improving error handling throughout the codebase.