CkmobileFollowSep 28, 2021·2 min readCreate a simple NextJS users list app Part 6— Custom Error PageIn the previous part, we already saw the default Next.js error page.Default Next.js Error PageIn this article, we are going to create our own error page. Under the “users” folder, create 404.js.