BigBallard
Explore posts from serversNuxt + AWS SDK + TS transpilation issue
I am using AWS JS SDK to get stuff from S3 via server on an API call. Using the client send method produces a
[nuxt] [request error] [unhandled] [500] t is not a function
. The reason I believe this to be a Cloudflare issue is because creating the application locally via nuxt build
and nuxt preview
does not produce the same issue. However, whenever I use wrangler or deploy to pages, the error occurs. However, I can't be sure and am posting here since I am more likely to get help than from cloudflare discord, and it's still nuxt related.
The trouble code:
6 replies
CDCloudflare Developers
•Created by BigBallard on 2/19/2025 in #pages-help
Nuxt + AWS SDK + TS transpilation issue
I am using AWS JS SDK to get stuff from S3 via server on an API call. Using the client
send
method produces a [nuxt] [request error] [unhandled] [500] t is not a function
. The reason I believe this to be a Cloudflare issue is because creating the application locally via nuxt build
and nuxt preview
does not produce the same issue. However, whenever I use wrangler or deploy to pages, the error occurs.
The trouble code;
2 replies
Nuxt + Cloudflare Pages 1101 Error from Nuxt generated script
I have been working on getting a Nuxt project into Cloudflare with no success. The build works locally using
yarn build
and yarn preview
with the environment variables I intend on using in Cloudflare. When the build finishes successfully and the project deployed to Pages, the resulting application produces an error The script will never generate a response
. This is apparently produced from pages-worker--....-production
which from what I am told from asking help on Cloudflare's Discord server is that this is something produced by Nuxt, not Cloudflare.
I followed the Nuxt/Nitro deployment steps for Cloudflare and set the nitro configuration (which is very proud about being configuration free) for .html stuff.
Needing some help figuring out whats going on here. Cloudflare is unfortunately lacking in transparent logging under the hood.
nuxt.config.ts
Nuxt version: 3.15.2
Attached is the Page trace log from Cloudflare6 replies
CDCloudflare Developers
•Created by BigBallard on 2/11/2025 in #pages-help
Nuxt deployment 1101: "Script will never generate a response"
I have attempted to deploy a Nuxt SSR application using cloudflare and although the build is successful and local testing works, the deployed page on cloudflare produces a 1101 error. I did a trace log on the page which produced the attached response.
2 replies
CDCloudflare Developers
•Created by BigBallard on 2/11/2025 in #pages-help
Next Pages 1101 Error Logs
I have recently just published a Page for a Nuxt SSR application. The build is successful and deploys. When I access the page, I get the dreaded 1101 error page. This page does not show my details, as I expected, but I realize there are no runtime logs accessible to see what errors are occuring.
How is one supposed to debug these 1101's without logs or any feedback as to what's happening under the hood?
22 replies