fix(status-page): keep global-error free of layout providers (#2768) master
global-error renders in place of the root layout, so NuqsAdapter is not mounted above it. The shared Link component calls useEmbed -> useQueryState, which threw "[nuqs] nuqs requires an adapter" while rendering the fallback. That crash unmounted the tree (blank page) and ran before the useEffect that reports the original error to Sentry, so the real failure was never captured. Use plain anchors in the fallback so it cannot depend on anything from the layout it replaces. Fixes OPENSTATUS-FRONTEND-VM Fixes OPENSTATUS-FRONTEND-K3 Fixes OPENSTATUS-FRONTEND-GZ Claude-Session: https://claude.ai/code/session_01E5kXCLpeMzYvrHCmNYSzQh Co-authored-by: Claude <noreply@anthropic.com>