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
When the build finishes we see this error, which as far as I can tell is a specific error to cloudflare's CI?
14:01:58.955 Uploading to build output cache
14:01:59.531 Failed to upload build output to build cache. Skipping.
inspecting a build, I see the .next/cache folder is inside of .open-next/.next/cache - could that be the issue? I don't see a way to configure where the cache lives with workers.
Steps to reproduce
x
Expected behavior
x
@opennextjs/cloudflare version
0.3.7
Wrangler version
3.0.99
next info output
latest
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
I'm not sure if this is a wrangler/cloudflare worker CI bug, or an opennextjs bug, but the build cache between builds is not persisted.
I've confirmed I have build cache enabled:
When the build starts, we see this in the Cloudflare Dashboard:
this page says .next/cache is supported
When the build finishes we see this error, which as far as I can tell is a specific error to cloudflare's CI?
inspecting a build, I see the .next/cache folder is inside of
.open-next/.next/cache
- could that be the issue? I don't see a way to configure where the cache lives with workers.Steps to reproduce
x
Expected behavior
x
@opennextjs/cloudflare version
0.3.7
Wrangler version
3.0.99
next info output
Additional context
No response
The text was updated successfully, but these errors were encountered: