diff --git a/pages/cloudflare/troubleshooting.mdx b/pages/cloudflare/troubleshooting.mdx index 1869bde..4c9889a 100644 --- a/pages/cloudflare/troubleshooting.mdx +++ b/pages/cloudflare/troubleshooting.mdx @@ -104,6 +104,11 @@ If you see an error similar to: You are proably using a turbopack enabled build (`next build --turbo`) which is not currently supported by OpenNext. Change your build command to `next build` to fix the issue. + + On Next.js 16, you have to explictly opt-out of Turbo using the `next build --webpack` flag + + + ### `X [ERROR] Could not resolve ""` When you see the following error during the build: