[DigitalPoint] App for Cloudflare®

[DigitalPoint] App for Cloudflare® 1.8.8

No permission to download
Idea for add-on: Why not have this clear the cache for a thread when its updated using Cloudflare's API.. practical or .. ?
 
During the R2 bucket creation for data bucket I got this error:

Code:
Server error: `POST https://api.cloudflare.com/client/v4/accounts/dcdd1aa52d8172728a5085d084214ab8/r2/buckets/data/custom_domains` resulted in a `500 Internal Server Error` response: {"success":false,"errors":[{"code":10001,"message":"We encountered an internal error. Please try again."}],"messages":[] (truncated...)
1728939171555.webp

The bucket was created but not the record pointing to the R2 bucket. The API Token was created using the addon. There is no error at admin.php?logs/server-errors/ so I can't troubleshoot.
 
You can try again, but nothing we can do on our end with 5xx errors. 5xx means it’s a server-side error and changing the request wouldn’t help. 4xx errors are client-side (meaning we can change something to change the outcome). Maybe Cloudflare was having issues on their end?
 
FWIW, I went and tried it (creating an R2 bucket, assigning domain and all that) from within the addon and it's working as expected for me. So maybe whatever issue was going on with Cloudflare has since resolved itself?
 
FWIW, I went and tried it (creating an R2 bucket, assigning domain and all that) from within the addon and it's working as expected for me. So maybe whatever issue was going on with Cloudflare has since resolved itself?
Yup, seems to be a temporary error. Nothing on the status page. I'll just manually create the record.
 
Yup, seems to be a temporary error. Nothing on the status page. I'll just manually create the record.
Ya... like I said, not really much we can do about 5xx errors beyond what we are already doing (if a 5xx error happens, the addon will automatically retry the request). Usually that's enough to "fix" whatever it is since it's something on Cloudflare's side and a second try will usually work. So in your case the 2nd try also failed with a 5xx so it logged the error. Beyond that, not much we can do since it's Cloudflare's side (can't realistically just loop and try over and over and over until it finally works... not sure Cloudlfare would appreciate 10,000 API calls happening per second if they are actually having an issue).
 
Back
Top Bottom