DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
Next.js Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
Next.js
In development, what's different about how error.tsx behaves compared to production?
A
Nothing is different
B
The Error object forwarded includes the original error message for easier debugging; in production, Server Component errors show only a generic message with a digest to avoid leaking sensitive details
C
error.tsx only works in development
D
unstable_retry only works in production
Check Answer