I’m not too sure what you mean. You can’t have both a Pages project and R2 public buckets using the same domain. In this case it looks like you’re trying to do that with your www subdomain
You would need to use different domains or use Pages Functions to fetch from R2 instead. Pages and R2 can’t live on the same domain (how would it know what to fetch from where?)
Thanks for your patience @Walshy . But I have to be honest, this doesn’t make sense.
There is a public url where the R2 Bucket lives: https://xxxxxxxxxxx.r2.dev
where I turned on " Public Access: Allowed"
Now all I need is to allow my website to fetch from it:
Domain Access
When Domain access is Allowed, websites can serve content from this bucket. Websites connected can also benefit from Cloudflare features such as bot management, Access, and Cache.
Doesn’t that just mean that I can allow www.example.com to serve the content that is found in my bucket found on https://xxxxxxxxxxx.r2.dev?
alright…I think I understand you now. I misunderstood what domain access meant. I thought it was along giving access to fetch from a particular domain.