diff --git a/src/app/error.tsx b/src/app/error.tsx index 592c05b..fac58bc 100644 --- a/src/app/error.tsx +++ b/src/app/error.tsx @@ -24,6 +24,7 @@ export default function Error({ const [path, setPath] = useState("root"); useEffect(() => { + console.log("CHECKPOINT ERROR PAGE", error); if (error.message.includes("{")) { console.log("CHECKPOINT ERROR MESSAGE IS JSON"); const errorObj = JSON.parse(