What is the error number?
403
What is the error message?
Forbidden
What is the issue or error you’re encountering
I have been using Cloudflare Pages to deploy my static blog, where the images are mainly fetched from R2 storage. During the deployment process, my script fetches many images from R2 to the local assets
folder in advance, so the final deployed website does not show the actual R2 URLs. However, starting today, I encountered a 403 error. I suspect that R2 has imposed a rate limit on file fetching, and I am not sure how to resolve this issue.
What are the steps to reproduce the issue?
Just redeploy the latest one.