https://sonarly.com/issue/28851?type=bug
The `upsertFieldsWidget` mutation throws `FIELDS_WIDGET_NOT_FOUND` because the widget ID sent by the frontend (`1f226f91-0064-4408-9936-892bfbff3b7f`) does not exist in the server's `flatPageLayoutWidgetMaps` cache. The error occurred 12 seconds after server startup following the v1.23.5 deployment, which introduced significant changes to page layout widgets (isActive flag, overridable entity deactivation logic, SSE fixes). The user's browser session held a stale widget ID from before the deployment, and when they saved, the backend's freshly-computed cache (post-workspace-migration) no longer contained that widget under the same ID or universal identifier mapping.