"use client"; import Link from "next/link"; import { Page } from "@/components/ui/section"; export default function Error({ error, reset }: { error: Error & { digest?: string }; reset: () => void }) { return (

Temporarily unavailable

The atlas could not load this view

The market-data service did not answer in time. Live streaming may continue while this page recovers.

{error.digest &&

ref {error.digest}

}
System status
); }