This repository was created for the reproduction of the bug reported in this issue.
Next.js in development mode throws a client-side exception on Safari 16.3 in version 14.2.11.
pnpm dev
- Open localhost:3000 on safari 16.3, it will always show a black screen with the "Application error: a client-side exception has occurred (see the browser console for more information)." message if you are using the App Router or a blank white screen if you are using the Pages Directory
- Change version of next to 14.2.10 in package.json
pnpm i
pnpm dev
- Open localhost:3000 on safari 16.3, it will show the default home page for a new next.js project