[DigitalPoint] App for Cloudflare®

[DigitalPoint] App for Cloudflare® 1.9.1.1

No permission to download
Correct, its' not Windows-specific - it happens with any browser (at least I think so, I haven't actually tested this or looked at your code).
Definitely not every browser. So far it's been none of the browsers I have access to. This is how it's working for me (in every browser) and mobile devices.

View attachment Screen Recording 2023-01-12 at 1.26.27 PM.mov

I was able to replicate the not being able to fully log out thing though at least.
 
I was able to replicate the not being able to fully log out thing though at least.
I don't know if you changed anything but I was able to log out and then log back in once but now the error appears again if I try again.
 
Just register to your site I/O labs, i can't log out.
I had the same message as @Kirby the user has changed...

And now if i click on my username i have this error and the menu doesn't open.

View attachment 279882

View attachment 279881
I can reproduce this bug .. because the cached response has response header Last-Modified with older value which makes the browser display the locally cached version of the page ( newer ) and send 304 response .. same buggy behaviour happens with xenforo guest cache and reported here https://xenforo.com/community/threads/logout-bug-when-guest-caching-is-enabled.200977/.. but I couldn't reproduce the bug descirbed by @Kirby
 
I've been putting the finishing touches on the 1.4 version of this add-on, which supports Cloudflare R2 (similar to AWS S3).
I'm going to be giving this a try on one of my smaller XF boards. So just reading through this thread here, I don't need XF's add-on to use it?

I should already know the answer to this, but with the Image Gallery add-on, are those images also stored in the internal_data directory, like attachments? (I just bought the add-on and we haven't stepped up to using it full time yet.)
 
I'm going to be giving this a try on one of my smaller XF boards. So just reading through this thread here, I don't need XF's add-on to use it?

I should already know the answer to this, but with the Image Gallery add-on, are those images also stored in the internal_data directory, like attachments? (I just bought the add-on and we haven't stepped up to using it full time yet.)
You don’t need any other addon for R2. I don’t have Image Gallery so I’m not sure… I’d think they are stored as attachments, but not sure 100%.
 
BTW .. I just double checked iolabs.io and found the reponse headers have cf-cache-status: DYNAMIC which means it is not working
 
BTW .. I just double checked iolabs.io and found the reponse headers have cf-cache-status: DYNAMIC which means it is not working
What URL exactly? Things look normal for the couple URLs I checked...

Code:
age: 7370
cf-cache-status: HIT

Tested as Guest

View attachment 279891

This error was most likely caused by guest caching.
Ya, that was something not in the addon itself, rather some JavaScript specific to the site. It should already been fixed (if you do a hard refresh, you should get the version where it's fixed).
 
You don’t need any other addon for R2. I don’t have Image Gallery so I’m not sure… I’d think they are stored as attachments, but not sure 100%.
I had a few minutes to check (busy few days w/ a funeral)--I now have /data/xfmg and /internal_data/xfmg .

I can see where /data/xfmg would be included in the R2 bucket, but how do I add another for /internal-data/xfmg?
 
Back
Top Bottom