357ef84001
The notification bell polls /InAppNotifications/Recent (a JSON endpoint) every time it loads. Because the middleware throttles updates to once per 60s, the update fired on whichever request first arrived after the throttle expired — usually the bell poll rather than a real page navigation. Fix: skip any response whose Content-Type is application/json so only full page navigations update the current-page field. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>