Skip to content

Commit 2fd894b

Browse files
authored
mark turbopack as supported (#210)
1 parent 2b1812f commit 2fd894b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pages/cloudflare/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ To help improve compatibility, we encourage you to [report bugs](https://github.
4747
- [x] [Incremental Static Regeneration (ISR)](https://nextjs.org/docs/app/building-your-application/data-fetching/incremental-static-regeneration)
4848
- [x] [Support for after](https://nextjs.org/blog/next-15-rc#executing-code-after-a-response-with-nextafter-experimental)
4949
- [x] [Composable Caching](https://nextjs.org/blog/composable-caching) (`'use cache'`)
50+
- [x] [Turbopack](https://nextjs.org/docs/app/api-reference/turbopack)
5051

5152
We welcome both contributions and feedback!
5253

pages/cloudflare/troubleshooting.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,7 @@ If you see an error similar to:
101101
at .open-next/server-functions/default/.next/server/app/page.js
102102
```
103103

104-
You are proably using a turbopack enabled build (`next build --turbo`) which is not currently supported by OpenNext.
105-
Change your build command to `next build` to fix the issue.
104+
You are likely using an older version of the OpenNext adapter with Turbopack builds. Please upgrade `@opennextjs/cloudflare` to the latest version for Turbopack support, or use Webpack builds.
106105

107106
### `X [ERROR] Could not resolve "<package>"`
108107

0 commit comments

Comments
 (0)