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.
The build seems to go through without issue, and isn't logging anything that catches my eye. We currently deploy the same stack statically with nuxt generate and it works, but when updating to ssr and running nuxt build, we are seeing 500 errors. Here is a build for reference: https://feature-ssr.rhone-nacelle.pages.dev/. Any ideas welcome. I have tried a few different configuration settings without any luck.
Function logs aren't super helpful, but this is what I'm seeing:
{
"message": [
"[request error] [unhandled] [GET] https://feature-ssr.rhone-nacelle.pages.dev/\n",
{
"message": "n is not a function",
"statusCode": 500
}
],
"level": "error",
"timestamp": 1743024759094
},
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
I was attempting to point our production name (www.rhone.com) from one pages project to another by deleting the custom domain in one and adding to the next. The request seemed to have issues and the page froze, and now it seems the custom domain is still stored somewhere as it won't let me add it anywhere.
6 replies