I just returned to a post that has been idling in a tab for a dayish and attempts to retry are producing `403`s as shown below: https://github.com/user-attachments/assets/57796ef6-b513-4f60-a079-f025bbb79eaf ``` POST /index.php?rest_route=%2Fwp-sync%2Fv1%2Fupdates&_locale=user HTTP/1.1 HTTP/1.1 403 Forbidden { "code": "rest_cookie_invalid_nonce", "message": "Cookie check failed", "data": { "status": 403 } } ``` I thought [`apiFetch`](https://github.com/WordPress/gutenberg/blob/70083fc63259036e9de413c1091942b173242118/packages/sync/src/providers/http-polling/utils.ts#L111) would automatically refresh the REST nonce but it doesn't appear to be doing so.
I just returned to a post that has been idling in a tab for a dayish and attempts to retry are producing
403s as shown below:Screen.Recording.2026-03-04.at.12.06.12.PM.mov
I thought
apiFetchwould automatically refresh the REST nonce but it doesn't appear to be doing so.