ItsJoe
ItsJoe
CDCloudflare Developers
Created by ItsJoe on 9/17/2024 in #pages-help
Nuxt build timeout
My nuxt project is timing out in the build step and there are no errors in the logs.
9 replies
CDCloudflare Developers
Created by ItsJoe on 9/4/2024 in #general-help
Pages Security Events
I have a nuxt landing page deployed on an aws ec2 and as a pages project. Why is it that when i have the traffic routing to the pages deployment there are many security events (managed challenges, blocks) being caught but when the traffic is routing to the ec2 there are no security events basically. Im using nginx on the ec2 with pm2.
2 replies
CDCloudflare Developers
Created by ItsJoe on 6/10/2024 in #general-help
Pages Deployment pages-action Github token
Hi I was writing a github action workflow to deploy my app to cloudflare pages. I would like github deployments to be made on deployment and I see there is a githubToken option to pass in to cloudflare/pages-action and I was wondering if this allows a deploy key? Any advice?
2 replies
CDCloudflare Developers
Created by ItsJoe on 10/16/2023 in #general-help
Max File Upload
Hi, I'm dealing with large file uploads in a node app (500+MB) and I was wondering what happens when making such requests when your domain is proxied through cloudflare? Will I get a 413?
5 replies
CDCloudflare Developers
Created by ItsJoe on 8/21/2023 in #pages-help
Nuxt 3 deploy fail
Trying to deploy a nuxt 3 app on pages and I'm getting this error: Error: Failed to publish your Function. Got error: Uncaught Error: EvalError: Code generation from strings disallowed for this context
3 replies
CDCloudflare Developers
Created by ItsJoe on 8/21/2023 in #pages-help
Nuxt 3 Deploy Fail
I'm trying to deploy a nuxt 3 app through github actions and its failing with this error: Run cloudflare/pages-action@v1 npm WARN exec The following package was not found and will be installed: [email protected] npm WARN deprecated [email protected]: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-inject. npm WARN deprecated [email protected]: Please use @jridgewell/sourcemap-codec instead Uploading... (0/61) Uploading... (21/61) Uploading... (41/61) Uploading... (61/61) ✨ Success! Uploaded 61 files (5.23 sec) ✨ Compiled Worker successfully ✨ Uploading Worker bundle ✨ Uploading _routes.json ✘ [ERROR] A request to the Cloudflare API (/accounts/***/pages/projects/overflow-docs/deployments) failed. An unknown error occured. Contact your account team or Cloudflare support: https://cfl.re/3WgEyrH. [code: 8000000] If you think this is a bug, please open an issue at: https://github.com/cloudflare/workers-sdk/issues/new/choose
3 replies
CDCloudflare Developers
Created by ItsJoe on 8/6/2023 in #workers-help
Effects when going over KV usage limit?
Hi, I have a status worker that saves to a kv, it makes more than 1000 writes a day so thats over the free tier limit, would the worker make errors at that point after it goes past that limit?
7 replies
CDCloudflare Developers
Created by ItsJoe on 7/29/2023 in #workers-help
issue naming KV in github action deployment
Why does wrangler say to name the binding different from what the namespace title was created with? 🌀 Creating namespace with title "overflow-status-worker-KV" ✨ Success! Add the following to your configuration file in your kv_namespaces array: { binding = "KV", id = "***" }
4 replies