Hannes
Hannes
CDCloudflare Developers
Created by Hannes on 4/9/2024 in #general-help
Copy&Pasting Pages secrets from .dev.vars does not work for long values
Hi, when pasting variables from a .dev.vars file (or .env, doesn't matter), it works fine as long as the values are short enough. I have some bigger secrets with values of about 3,5kB (which should be within the 5kB limit), but those are not created when pasting. They are skipped, variables after those big ones are created again. When adding them manually, it works fine. Is that a bug? Thanks in advance
1 replies
CDCloudflare Developers
Created by Hannes on 3/17/2024 in #workers-help
How to access R2 buckets with jurisdiction from CF Pages?
Hi, I'm using Cloudflare Pages and R2 Buckets with Jurisdiction EU. I can access the buckets from Workers (when adding the jurisdiction to the binding in the toml file), but that does not work for the pages project as those bindings can only be configured via the UI / dashboard. There, the buckets don't appear. Any idea what to do? Thanks in advance.
17 replies
CDCloudflare Developers
Created by Hannes on 10/5/2023 in #general-help
CF Images Config Endpoint missing in OpenAPI Spec
Hi, according to the cloudflare images documentation (https://developers.cloudflare.com/images/cloudflare-images/serve-images/browser-ttl/#browser-ttl) there is a /config endpoint where I can set the browser_ttl. However, it seems to be missing in the OpenAPI REST API Spec here https://developers.cloudflare.com/api/operations/cloudflare-images-list-images - is that correct? I'm using the spec to generate a client library and I'd rather not have to add that manually. Thanks in advance!
4 replies
CDCloudflare Developers
Created by Hannes on 9/19/2023 in #general-help
We encountered an internal error. Please try again. (Code: 10001)
Hi, I’ve just created some R2 buckets, but when I go to the bucket settings in the dashboard and try to make them public, I just get We encountered an internal error. Please try again. (Code: 10001). Dev Tools show 500 Internal Server Error… any idea? Thanks in advance.
3 replies
CDCloudflare Developers
Created by Hannes on 9/19/2023 in #pages-help
Cloudflare Pages logs when using `wrangler pages deploy`
Hi, I'm using wranger pages deploy to deploy a Sveltekit project. However, I get a failed deployment: https://fdb56b0e.dts-root.pages.dev/ In the dashboard, the Deployment details say Status: Failed. How can I see logs? The docs say that they are in the Build tab, however, I'm not using the cloudflare ci. I only see an "Assets uploaded" tab instead. Account Id: ea55617474d57857ada364854771fa83 Deployment ID: fdb56b0e-cf73-4c25-8545-49fed091b120 wrangler deployments list --name dts-about just throws:
X [ERROR] A request to the Cloudflare API (/accounts/ea55617474d57857ada364854771fa83/workers/services/dts-about) failed.

workers.api.error.service_not_found [code: 10090]
X [ERROR] A request to the Cloudflare API (/accounts/ea55617474d57857ada364854771fa83/workers/services/dts-about) failed.

workers.api.error.service_not_found [code: 10090]
Any idea? Thanks in advance.
1 replies