Release Notes > 6.4.10
Webiny 6.4.10 Changelog
See what's new in Webiny version 6.4.10
For the full list of changes, check out the Webiny 6.4.10
release on GitHub.
Webiny SDK
Fixed Unchecked Result Access Causing Cryptic Errors (#5625
)
{/ 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.