-
Link to the code that reproduces this issuehttps://github.com/sadkebab/nextjs-safari-bug To Reproduce
Current vs. Expected behaviorI should be able to run my Next application on Safari 16 while developing. Homepage (App Router) for version 14.2.11Homepage (Pages Directory) for version 14.2.11Expected homepage as it was until version 14.2.10Provide environment informationOperating System:
Platform: darwin
Arch: arm64
Version: Darwin Kernel Version 22.3.0: Mon Jan 30 20:39:46 PST 2023; root:xnu-8792.81.3~2/RELEASE_ARM64_T6020
Available memory (MB): 16384
Available CPU cores: 10
Binaries:
Node: 22.4.0
npm: 10.8.1
Yarn: N/A
pnpm: 9.9.0
Relevant Packages:
next: 14.2.11 // Latest available version is detected (14.2.11).
eslint-config-next: 14.2.11
react: 18.3.1
react-dom: 18.3.1
typescript: 5.6.2
Next.js Config:
output: N/A Which area(s) are affected? (Select all that apply)Developer Experience, Testing Which stage(s) are affected? (Select all that apply)next dev (local) Additional contextThe bug seems to affect only version 14.2.11 both for App Router and Pages Directory, canary is not affected. The problem does not occur outside of |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
@sadkebab Unfortunately, I am not on Safari 16.3 to test this. Working fine on Safari 18. Is there any error in your console? It may be |
Beta Was this translation helpful? Give feedback.
-
I have same issue. Downgrade back to |
Beta Was this translation helpful? Give feedback.
-
It looks like this is related to this issue → #65412 We are taking a look! |
Beta Was this translation helpful? Give feedback.
It looks like this is related to this issue → #65412
We are taking a look!