Cory
Cory
Explore posts from servers
CDCloudflare Developers
Created by Cory on 4/12/2024 in #pages-help
How to enable unsafe binding in config
I am getting this error: Configuration file for Pages projects does not support "unsafe"
5 replies
CDCloudflare Developers
Created by Cory on 4/10/2024 in #pages-help
Support for separate wrangler.toml files in monorepo?
When using the new wrangler.toml support with Pages and new mono-repo support, Cloudflare seems to only look for the wrangler.toml file at the root directory (even if root directory is manually changed). I would like to have a seperate wrangler.toml for each Pages project within my mono-repo.
1 replies
CDCloudflare Developers
Created by Cory on 4/10/2024 in #general-help
How do I use multiple wrangler.toml with different projects in a mono-repo?
When I have my wrangler.toml in the directory of my app aka... apps/site/wrangler.toml It does not seem to know it's there. Putting it in the root directory of the project works - but I want to have seperate wrangler tomls for different projects - how can I do this?
10 replies
CDCloudflare Developers
Created by Cory on 2/12/2024 in #workers-help
When running fetch to transform an image, it ignoring the "format" but only within my code
If I navigate to the URL directly, it formats it to webp, but if I use 'fetch' from within my sveltekit function, it doesn't convert it - is there a reason for this?
6 replies
CDCloudflare Developers
Created by Cory on 2/1/2024 in #workers-help
Not image transforms not support transforming a AVIF image as the source?
Wondering whether I should accept AVIF image files, but it seems like it's not supported when trying to transform it
3 replies
CDCloudflare Developers
Created by Cory on 1/25/2024 in #general-help
Why does "service bindings" link go to D1 page
No description
1 replies
CDCloudflare Developers
Created by Cory on 12/12/2023 in #general-help
Can't access worker "route" from inside SvelteKit worker function
I have a worker that uploads images to R2, and I call it via a fetch via an API route in my SvelteKit application. I have a custom "route" assigned to it, that is in the same zone as the SvelteKit application (hosted on Cloudflare). It only works when I fetch the original URL .workers.dev, and not the custom one I have set up which is essentially site.com/image-upload/* even though if I go tot he URL via the browser, it works fine. is there a solution i ammissing here?
4 replies
CDCloudflare Developers
Created by Cory on 10/11/2023 in #workers-help
How to enable logpush with Cloudflare and SvelteKit?
Is there someway with the Cloudflare adapter with SvelteKit to enable logpush?
11 replies
CDCloudflare Developers
Created by Cory on 7/27/2023 in #general-help
Any particular reason my image-resized would have have no age ?
Using the image-resizer via URL and getting blank for the age
1 replies
CDCloudflare Developers
Created by Cory on 7/26/2023 in #general-help
Why is cloudflare image res-sizing not being properly cached?
I was recently using Cloudflare image re-sizing and using a non-origin s3 link for the resize targets. I then got a cname for the s3 bucket and used a cname record so the images are not run through cloudflare. It stil seems the images are not being cached long enough
4 replies