diff --git a/routes/_error.tsx b/routes/_error.tsx index 4ca7332..07acd82 100644 --- a/routes/_error.tsx +++ b/routes/_error.tsx @@ -9,6 +9,7 @@ export const handler = define.handlers({ export default define.page(function ErrorPage(ctx) { if (!(ctx.error instanceof HttpError)) { + console.log('server error', ctx.error) return (

Uknown server error