Skip to content

Commit ac8b271

Browse files
authoredFeb 10, 2025··
1 parent 761a312 commit ac8b271

File tree

3 files changed

+45
-48
lines changed

3 files changed

+45
-48
lines changed
 

‎.changeset/dry-fireants-smell.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
"@opennextjs/cloudflare": patch
3+
---
4+
5+
fix waitUntil
6+
7+
Calling `waitUntil`/`after` was failing when mulitple requests were handled concurrently.
8+
This is fixed by pulling opennextjs/opennextjs-aws#733

‎packages/cloudflare/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"dependencies": {
7474
"@ast-grep/napi": "^0.34.1",
7575
"@dotenvx/dotenvx": "catalog:",
76-
"@opennextjs/aws": "https://pkg.pr.new/@opennextjs/aws@727",
76+
"@opennextjs/aws": "https://pkg.pr.new/@opennextjs/aws@733",
7777
"enquirer": "^2.4.1",
7878
"glob": "catalog:",
7979
"yaml": "^2.7.0"

‎pnpm-lock.yaml

+36-47
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.