Skip to content

fix: harden Next.js pages against API startup errors#25

Draft
user040131 wants to merge 1 commit into
codex/improve-navigation-speedfrom
codex/harden-nextjs-front-runtime
Draft

fix: harden Next.js pages against API startup errors#25
user040131 wants to merge 1 commit into
codex/improve-navigation-speedfrom
codex/harden-nextjs-front-runtime

Conversation

@user040131

Copy link
Copy Markdown
Member

Summary

  • add retry and timeout handling in the shared web API client so initial API startup races do not immediately crash SSR pages
  • add a shared page error state and route error boundary so unhandled issues render user-friendly fallback UI instead of a raw Next.js overlay
  • rewrite the main page surfaces with clean Korean copy and per-page try/catch handling, and update Next config to the current typedRoutes setting

Verification

  • npx pnpm --filter @finance-helper/web exec tsc --noEmit
  • checked http://localhost:3000/dashboard, /events, /themes, /replay, /evaluation, /admin
    • all returned 200

Related

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant