Vercelのエラーが見られる場所
Runtime Logsという場所でエラーログが見られます。
エラー出力の場所調査
console.error | throw new Error | |
---|---|---|
Client Component | ブラウザのコンソール | ブラウザのコンソール |
Server Component | Runtime Logs | ブラウザのエラー表示 / Runtime Logs |
Server Actions | Runtime Logs | ブラウザのコンソール(500) / Runtime Logs |
Edge | Runtime Logs | ブラウザのコンソール(500) / Runtime Logs |
Sever Componentの画像
(Application error: a server-side exception has occurred (see the server logs for more information). Digeset: **********))