We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 049c2d4 commit 4d610f4Copy full SHA for 4d610f4
1 file changed
.changeset/funny-toes-exist.md
@@ -2,4 +2,8 @@
2
"@opennextjs/cloudflare": patch
3
---
4
5
-Prefer `OPEN_NEXT_BUILD_ID` for Cloudflare cache keys, populating it from Next `deploymentId` with the build ID as a fallback.
+Use `OPEN_NEXT_BUILD_ID` instead of `NEXT_BUILD_ID` in the cache keys.
6
+
7
+As of Next 16.2 `NEXT_BUILD_ID` is a fixed value when deploymentId is set explicitly.
8
9
+See <https://github.com/opennextjs/opennextjs-aws/pull/1144>
0 commit comments