You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open an issue in the cloudflare repo, it should not copy .rsc file
Steps to reproduce
have open-next.config.ts using staticAssetsIncrementalCache as incrementalCache
have app with tons of static routes (using generateStaticParams, Generating static pages (7553/7553))
I can also send someone a reproduction if needed. It's not open source yet.
Expected behavior
It probably shouldn't use copyFile but rename instead as it won't create copies on disk which might be unwanted for the cf build infrastructure
@opennextjs/cloudflare version
1.0.0-beta.2
Wrangler version
4.9.1
next info output
Binaries:
Node: 20.18.2
npm: 10.8.2
Yarn: 1.22.19
pnpm: 10.1.0
Relevant Packages:
next: 15.2.5 // There is a newer version (15.3.0) available, upgrade recommended!
eslint-config-next: 15.2.5
react: 19.1.0
react-dom: 19.1.0
typescript: 5.8.3
Next.js Config:
output: N/A
⚠ There is a newer version (15.3.0) available, upgrade recommended!
Please try the latest canary version (`npm install next@canary`) to confirm the issue still exists before creating a new issue.
Read more - https://nextjs.org/docs/messages/opening-an-issue
Additional context
No response
The text was updated successfully, but these errors were encountered:
Anyway the underlying issue will likely remain, we still need to merge and create a new .cache file anyway and we don't want to delete the standalone data (so the ENOSPC issue will likely remain)
I'll create an issue in the aws repo to not copy everything
Any updates on this? The issue opennextjs/opennextjs-aws#822 here is still open with no response. Do we have any workaround I could do to temporarily mitigate the issue in the meantime?
Describe the bug
When I try to build and deploy my opennext app on cloudflare, i'm hitting a disk space limit.
I've asked in the opennext discord and they said:
Steps to reproduce
staticAssetsIncrementalCache
as incrementalCacheGenerating static pages (7553/7553)
)I can also send someone a reproduction if needed. It's not open source yet.
Expected behavior
It probably shouldn't use copyFile but rename instead as it won't create copies on disk which might be unwanted for the cf build infrastructure
@opennextjs/cloudflare version
1.0.0-beta.2
Wrangler version
4.9.1
next info output
Additional context
No response
The text was updated successfully, but these errors were encountered: