From 3f377f460580e6304d6aba557794a2b2a176afeb Mon Sep 17 00:00:00 2001 From: liquidwater0 <32186774+liquidwater0@users.noreply.github.com> Date: Thu, 3 Apr 2025 01:47:33 -0500 Subject: [PATCH] log the error --- web/src/app/maps/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/src/app/maps/page.tsx b/web/src/app/maps/page.tsx index 3272077..4307d42 100644 --- a/web/src/app/maps/page.tsx +++ b/web/src/app/maps/page.tsx @@ -6,6 +6,8 @@ export default async function MapsPage() { const json = await response.json(); console.log(json); } catch(error) { + console.log(error); + return ( <Webpage> <h1>No Maps!</h1>