Ben Harker
CDCloudflare Developers
•Created by Ben Harker on 3/26/2025 in #pages-help
SSR Nuxt app returning 500 globally when deployed, working locally.
Ended up being an outdated dependency I added minify:false to my nitro config so I could see the actual error which matched with this issue. Updating date-fns solved it for me https://github.com/nitrojs/nitro/issues/1889
10 replies
CDCloudflare Developers
•Created by Ben Harker on 3/26/2025 in #pages-help
SSR Nuxt app returning 500 globally when deployed, working locally.
Any builds I run locally are successful. I'm unsure what command CF is running behind the scenes to start the server, however. It does log
16:58:19.733 [success] [nitro] You can preview this build using
npx wrangler --cwd dist/ pages dev
16:58:19.733 [success] [nitro] You can deploy this build using npx wrangler --cwd dist/ pages deploy
When I try the first locally it fails saying it needs an entry point, and if I append dist/ to the end it fails to serve correctly so I'm wondering if I need to point somewhere else. Where I'm getting a nuxt 500 screen it seems like the entry would be correct, but hard to know where I can't reproduce elsewhere. If you know what command is run to start the server that would be helpful otherwise I will try and connect with Nuxt for further insights.10 replies
CDCloudflare Developers
•Created by Ben Harker on 3/26/2025 in #pages-help
SSR Nuxt app returning 500 globally when deployed, working locally.
Removing the deployConfig: true solves the above error, but I'm back with my 500 errors now.
10 replies
CDCloudflare Developers
•Created by Ben Harker on 3/26/2025 in #pages-help
SSR Nuxt app returning 500 globally when deployed, working locally.
Update after adding nitro config:
nitro: {
preset: "cloudflare-pages",
cloudflare: {
deployConfig: true,
nodeCompat: true
}
},
I get the following lines of errors at the end of the build:
17:42:45.507 [info] [nitro] Using auto generated worker name:
17:42:46.679 ▲ [WARNING] Using redirected Wrangler configuration. 17:42:46.680
17:42:46.680 Configuration being used: "../../../buildhome/repo/dist/_worker.js/wrangler.json" 17:42:46.680 Original user's configuration: "<no user config found>" 17:42:46.680 Deploy configuration file: "../../../buildhome/repo/.wrangler/deploy/config.json" 17:42:46.680
17:42:46.680
17:42:46.680 Found wrangler.json file. Reading build configuration... 17:42:46.709
17:42:46.711 ✘ [ERROR] Processing ../../../buildhome/repo/dist/_worker.js/wrangler.json configuration: 17:42:46.711
17:42:46.711 - Expected "name" to be of type string, alphanumeric and lowercase with dashes only but got "Rhone-Apparel-rhone-nacelle".
Rhone-Apparel-rhone-nacelle
17:42:45.507 [info] Generated dist/_worker.js/wrangler.json
17:42:45.507 [info] Generated .wrangler/deploy/config.json
17:42:45.507 [info] Generated dist/_routes.json
17:42:45.507 [info] [nitro] Adding Nitro fallback to _headers
to handle all unmatched routes.
17:42:45.507 [info] Generated dist/_headers
17:42:45.508 [info] [nitro] Adding Nitro fallback to _redirects
to handle all unmatched routes.
17:42:45.508 [info] Generated dist/_redirects
17:42:45.508 [success] [nitro] You can preview this build using npx wrangler --cwd dist/ pages dev
17:42:45.508 [success] [nitro] You can deploy this build using npx wrangler --cwd dist/ pages deploy
17:42:45.687 Finished
17:42:46.591 Checking for configuration in a Wrangler configuration file (BETA)
17:42:46.59217:42:46.679 ▲ [WARNING] Using redirected Wrangler configuration. 17:42:46.680
17:42:46.680 Configuration being used: "../../../buildhome/repo/dist/_worker.js/wrangler.json" 17:42:46.680 Original user's configuration: "<no user config found>" 17:42:46.680 Deploy configuration file: "../../../buildhome/repo/.wrangler/deploy/config.json" 17:42:46.680
17:42:46.680
17:42:46.680 Found wrangler.json file. Reading build configuration... 17:42:46.709
17:42:46.711 ✘ [ERROR] Processing ../../../buildhome/repo/dist/_worker.js/wrangler.json configuration: 17:42:46.711
17:42:46.711 - Expected "name" to be of type string, alphanumeric and lowercase with dashes only but got "Rhone-Apparel-rhone-nacelle".
10 replies
CDCloudflare Developers
•Created by Ben Harker on 11/1/2023 in #pages-help
Cannot add custom domain after removing from one pages project, and attempting to add to another
We will still want to get back on www so the issue persists but we have a temporary workaround.
6 replies
CDCloudflare Developers
•Created by Ben Harker on 11/1/2023 in #pages-help
Cannot add custom domain after removing from one pages project, and attempting to add to another
Yeah it went smooth when I did it 2 weeks ago but something seems to have tripped up this time.
6 replies
CDCloudflare Developers
•Created by Ben Harker on 11/1/2023 in #pages-help
Cannot add custom domain after removing from one pages project, and attempting to add to another
On with chat now but hoping someone here might have a suggestion as my site is down right now
6 replies
CDCloudflare Developers
•Created by elijah on 10/19/2023 in #pages-help
Pages build times have gone from 20 mins to 35+ mins
Build completed in 8 min 👍
179 replies
CDCloudflare Developers
•Created by elijah on 10/19/2023 in #pages-help
Pages build times have gone from 20 mins to 35+ mins
@JohnDotAwesome we had a bad package (fibers). I've removed and am running a build now. From what I can tell we weren't using it.
179 replies
CDCloudflare Developers
•Created by elijah on 10/19/2023 in #pages-help
Pages build times have gone from 20 mins to 35+ mins
Mmm I'm rhone-nacelle not boll-and-branch fyi
179 replies
CDCloudflare Developers
•Created by elijah on 10/19/2023 in #pages-help
Pages build times have gone from 20 mins to 35+ mins
Updated. Sorry just saw this message
179 replies
CDCloudflare Developers
•Created by elijah on 10/19/2023 in #pages-help
Pages build times have gone from 20 mins to 35+ mins
I was actually testing in a different project, but you should be fine to test in the one you were in. I can update the env vars for you just let me know the values you want to test
179 replies
CDCloudflare Developers
•Created by elijah on 10/19/2023 in #pages-help
Pages build times have gone from 20 mins to 35+ mins
and reinstalled
179 replies
CDCloudflare Developers
•Created by elijah on 10/19/2023 in #pages-help
Pages build times have gone from 20 mins to 35+ mins
yep wiped node_modules and package-lock
179 replies
CDCloudflare Developers
•Created by elijah on 10/19/2023 in #pages-help
Pages build times have gone from 20 mins to 35+ mins
@JohnDotAwesome attempting to do the Node20 upgrade but I'm getting some errors from node-gyp. Doing a global install seemed to help locally but I'm still seeing the errors on the Cloudflare builds. I've tried both v1 and v2 build versions and am seeing the same issue. Any suggestions? My builds are in the rhone-staging project if you want to look.
179 replies