krizh
krizh
CDCloudflare Developers
Created by krizh on 7/25/2024 in #pages-help
I am trying to delete few cloudflare pages but I keep getting An unknown error occured.
I am trying to delete few cloudflare pages but I keep getting An unknown error occured. Contact your account team or Cloudflare support: https://cfl.re/3WgEyrH. (Code: 8000000) . The URL for the pages projects are 1) https://pages-assets-0.pages.dev/ 2) https://pages-assets-1.pages.dev/ . I created those projects using npx wrangler. It was working fine till today afternoon and all of a sudden I am getting this issue
12 replies
CDCloudflare Developers
Created by krizh on 4/9/2024 in #workers-help
Reading a 5 MB file from Worker
I am new to cloudflare workers . I am trying to read a 2 MB csv file from R2 and return some columns from that file . For each request I dont want to read the entire file. I want them to read it once per worker so that it can reuse the same read contents . Is it possible to achieve that ? I am able to access R2 using env variable which I dont want to do it for every request? How can I do that?
1 replies