Skip to content

Commit ac8b271

Browse files
authored
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

Lines changed: 8 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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"

0 commit comments

Comments
 (0)