AGill
Explore posts from serversCDCloudflare Developers
•Created by Josh on 10/7/2024 in #pages-help
Running with a newer version of Node - env var not being passed through?
I'm having the same issue: https://discord.com/channels/595317990191398933/1291619831870656584
And also https://discord.com/channels/595317990191398933/1288937653537869979
By recreate deployment, do you mean deleting the pages project entirely? and recreating?
Because I've also tried re-deploying within the same project to no avail.
4 replies
CDCloudflare Developers
•Created by Lune on 10/4/2024 in #workers-help
Puppeeter with cloudflare workers
The cloudflare browser rendering API is the infra (AKA Binding) that runs the puppeteer instance for you. And the
@cloudflare/puppeteer
package is what you install in your app to use the binding.4 replies
CDCloudflare Developers
•Created by AGill on 10/4/2024 in #pages-help
[Nuxt] Unable to load env vars when nodejs_compat flag enabled
which requires v2 compat: https://developers.cloudflare.com/browser-rendering/platform/wrangler/
4 replies
CDCloudflare Developers
•Created by AGill on 10/4/2024 in #pages-help
[Nuxt] Unable to load env vars when nodejs_compat flag enabled
I see thanks for sharing.
Unfortunately I'm stuck waiting because I need
nodejs_compat_v2
(or nodejs_compat
+ compatibility_date
> 2024-09-23
) since I want to use the Browser rendering API.4 replies
CDCloudflare Developers
•Created by AGill on 9/24/2024 in #general-help
Just Purchased Workers Paid Plan but dashboard shows free plan still
5 replies
CDCloudflare Developers
•Created by AGill on 9/24/2024 in #general-help
Just Purchased Workers Paid Plan but dashboard shows free plan still
I opened a support case so I will wait on a response from there.
5 replies
CDCloudflare Developers
•Created by AGill on 9/24/2024 in #general-help
Just Purchased Workers Paid Plan but dashboard shows free plan still
hm I see there is an on going incident: https://www.cloudflarestatus.com/incidents/40wylr6fxlky
5 replies
CDCloudflare Developers
•Created by AGill on 6/23/2024 in #r2
Hey guys I'm `PUT`ing into my R2 bucket
ok figured it out
I was importing types from
@cloudflare/workers-types
path; I have to import from @cloudflare/workers-types/experimental
5 replies
CDCloudflare Developers
•Created by AGill on 6/23/2024 in #r2
Hey guys I'm `PUT`ing into my R2 bucket
I'm using
@cloudflare/workers-types
version 4.20240512.0
5 replies
CDCloudflare Developers
•Created by AGill on 6/23/2024 in #r2
Hey guys I'm `PUT`ing into my R2 bucket
5 replies
CDCloudflare Developers
•Created by AGill on 6/23/2024 in #r2
Hey guys I'm `PUT`ing into my R2 bucket
actually nvm the default is
['httpMetadata', 'customMetadata']
and I am getting back the fields.
The problem is that customMetadata
is returning null
and so my worker function defaults to empty object5 replies
CDCloudflare Developers
•Created by AGill on 6/23/2024 in #r2
Hey guys I'm `PUT`ing into my R2 bucket
hm ok I see in docs that there is
include
option for R2ListOptions
: https://developers.cloudflare.com/r2/api/workers/workers-api-reference/#r2listoptions5 replies
CDCloudflare Developers
•Created by BloxMaster3 on 5/24/2024 in #general-help
change the name of a bought domain
selling the domain is an option
16 replies
CDCloudflare Developers
•Created by Fabbbbbbyy on 5/23/2024 in #pages-help
Migrating from Amplify to Cloudflare Pages
I have
app.site.com
and staging.site.com
11 replies