jjjrmy
Explore posts from serversCDCloudflare Developers
•Created by jjjrmy on 8/10/2024 in #pages-help
Build Requests `account_id` in Wrangler.toml but fails with `account_id`
https://dash.cloudflare.com/ab7347813b21ea6079df4cb18c4bb9e8/pages/view/exchange-traded-fund/952e6991-3192-47dd-9121-12b7bbce5d01
https://dash.cloudflare.com/ab7347813b21ea6079df4cb18c4bb9e8/pages/view/exchange-traded-fund/caf73d0b-3b79-4c19-9ce6-e83e33dac0f4
wrangler.toml
build command
npm run build && npx wrangler d1 migrations apply etf
16 replies
CDCloudflare Developers
•Created by jjjrmy on 5/24/2024 in #pages-help
Configuration file for Pages projects does not support "node_compat"
I'm having some compatability issues, where my code works on Workers but not on Pages Functions.
88 replies
CDCloudflare Developers
•Created by jjjrmy on 5/18/2024 in #pages-help
Node Compat on Pages Functions
I'm trying to use Knex within my Nuxt project (Pages), but getting build errors due to node compatability. Setting the Compatability flag from within the dashboard does not help.
2 replies
CDCloudflare Developers
•Created by jjjrmy on 3/27/2024 in #pages-help
Get Custom Domains For Pages
Within Astro config file, I need to include the domains of the application to use the Image component for external URLs (R2 Bucket for Assets).
Is there any way to include the custom domains of my Pages project within my config?
4 replies
CDCloudflare Developers
•Created by jjjrmy on 1/2/2024 in #pages-help
Worker exceeded resource limits
I deployed my site and it's working, but if I refresh it a few (~6) times in a row then I get an Error 1102 exceeded resource limits.
What can I do to prevent this?
22 replies
CDCloudflare Developers
•Created by jjjrmy on 12/22/2023 in #pages-help
Bind KV for Pages on Deploy
When I deploy my KV, especially as a new project through the Cloudflare Pages setup, is there a way to automatically bind a specific KV from the start instead of having to do it through the Functions Settings after it is created?
13 replies
CDCloudflare Developers
•Created by jjjrmy on 12/10/2023 in #workers-help
AdonisJS `node:module` Error on Build
I have my environment variable set:
NODE_VERSION 18.17.1
Yet when I build I get the following error, is this incompatible with Workers?
14 replies