niconiahi
niconiahi
Explore posts from servers
CDCloudflare Developers
Created by niconiahi on 4/10/2024 in #pages-help
Querying for R2 object on develpment
hey! can i use r2 directly in pages? setting it through wrangler.toml. OR do i have to set it through a worker and then consume the worker from the pages app I currently have the first setup and I have effectively uploaded a R2 object but when calling it within my "wrangler pages dev" process, (in a Remix with Vite plugin app), I get null every time. Maybe I'm missing something?
1 replies
CDCloudflare Developers
Created by niconiahi on 4/4/2024 in #pages-help
ERROR with Qwik: inconsistencies between "wrangler pages dev" and production URL
No description
1 replies
CDCloudflare Developers
Created by niconiahi on 11/13/2023 in #pages-help
Recommended way of registering a Durable Object
hey people! what's the recommended way of registering a Durable Object when deploying an application (Remix) using Cloudflare Pages. Do I need to create a separate project just to deploy that? or can it be wihtin the Cloudflare Pages repo? I've seen an example using /durable_objects to register a Durable Object within a Pages repo but I'm unable to get it listed in the Cloudflare Dashboard. What am I missing?
13 replies
CDCloudflare Developers
Created by niconiahi on 11/9/2023 in #pages-help
Where do I create my Durable Object?
hey guys! quick question. Am I obligated to register a Durable Object through a Worker? because I'm using Cloudflare Pages so maybe there is a different API for this. Otherwise I'm thinking on just creating a Worker that is going to proxy to the Durable Object
6 replies