Jerry Fan
Jerry Fan
CDCloudflare Developers
Created by Jerry Fan on 2/16/2025 in #pages-help
Error when use git deploy nextjs 15 cloudflare page
Nodejs need ^18.18.0 ^19.8.0 >= 20.0.0 13:20:36.362 ▲ > next build 13:20:36.523 ▲ You are using Node.js 18.17.1. For Next.js, Node.js version "^18.18.0 ^19.8.0 >= 20.0.0" is required. 13:20:36.532 ▲ ELIFECYCLE  Command failed with exit code 1. 13:20:36.567 ▲ Error: Command "pnpm run build" exited with 1 13:20:36.706
13:20:36.706 ⚡️ The Vercel build (npx vercel build) command failed. For more details see the Vercel logs above. 13:20:36.707 ⚡️ If you need help solving the issue, refer to the Vercel or Next.js documentation or their repositories. 13:20:36.707
13:20:36.727 Failed: Error while executing user command. Exited with error code: 1 13:20:36.738 Failed: build command exited with code: 1 13:20:37.454 Failed: error occurred while running build
3 replies
CDCloudflare Developers
Created by Jerry Fan on 2/8/2025 in #pages-help
How to genenrate a toml-suffix wrangler file when use npm create cloudflare
When I used npm create cloudflare, the wrangler in the project I created was always JSON suffix, and I needed to configure something to generate a toml-suffix file when using the default script
1 replies
CDCloudflare Developers
Created by Jerry Fan on 9/11/2024 in #workers-help
Your Worker exceeded the size limit of 1 MiB. Refer to
When I deploying get this error —— Failed to publish your Function. Got error: Your Worker exceeded the size limit of 1 MiB. Which plan should i buy?
2 replies
CDCloudflare Developers
Created by Jerry Fan on 8/25/2024 in #pages-help
Asking for help, how do I increase the rust environment before the page is built?
I have a little idea and want to build WASM in my front-end project. Is there any way to cache the Rust environment?
5 replies