[DigitalPoint] App for Cloudflare®

[DigitalPoint] App for Cloudflare® 1.9.8.1

No permission to download
Don't know anything about the Redis addon. Maybe disable page caching in the Cloudflare addon and see if it's still going on? Could also be a an issue where you made bad caching or page rules in the Cloudflare dashboard. Like you could in theory force all page to be cached with a jacked cache rule... Not sure why you would want to. But you certainly COULD.
 
Don't know anything about the Redis addon. Maybe disable page caching in the Cloudflare addon and see if it's still going on? Could also be a an issue where you made bad caching or page rules in the Cloudflare dashboard. Like you could in theory force all page to be cached with a jacked cache rule... Not sure why you would want to. But you certainly COULD.
Nah, I only used your addon settings (Easy config). Thanks
 
Yes, but it should be overwritten by Never
Maybe try rebuilding permissions? Honestly it's pretty cut and dry as far as the addon goes. This is the logic used to add the flag:

HTML:
<xf:if is="{{ $xf.visitor.hasPermission('forum', 'viewCountryFlag') }}"><xf:macro template="geo_macros" name="flag" arg-countryIso="{$post.Ip.Geo.country_iso}" /></xf:if>

The $xf.visitor.hasPermission('forum', 'viewCountryFlag') function is the standard XenForo core function. For whatever reason, your setup thinks that the visitor has that permission... why that might be, I'm not sure... that's all internal XenForo stuff. Rebuilding master data/permissions for your site might be a good first step though.
 
I'm not sure if this is coincidental but since upgrading this add-on to the latest version I get this error when accessing the addon through the ACP,


Oops! We ran into some problems.
9109: Invalid access token



And this error when trying to access my Cloudflare account directly on the CF website>

API Request Failed: GET /api/v4/memberships?no-permissions=1 (undefined)

I can log into Cloudflare directly but cannot get past the following page:

1768249697073.webp

Any suggestions would be appreciated...
 
Fixed - I ended up creating a new API Token, reloading the add-on, and entering the Token ID in the add-on Options
 
Fixed - I ended up creating a new API Token, reloading the add-on, and entering the Token ID in the add-on Options
Pretty sure it would have been coincidental though. Like I said, there’s nothing the addon could do (even in theory) to affect the dashboard on Cloudflare website. But great things are working.
 
I'm a bit confused about tokens, should I choose specific template or custom? Apologies if that has been answered

View attachment 332762
You are going to have a much easier time clicking the API Tokens button on the options page where you put the token. That special link is only there if you don’t already have an API token set. It will save you a ton of time and aggravation trying to find the permissions in the drop-down lists.
 
Is it OK to use one token across all domains/zone if I want the settings to be the same. I presume whatever I chane on one site will then affect the others. Is that correct or advisable to create a separate token for each site
 
This app is awesome, FYI!

I'm curious if there is a resource I am missing that goes through all the Cloudflare options and which ones are best to enable / disable on a decent sized forum?

Cloudflare is so sophisticated and even being as tech minded as I am, a lot of it just doesn't make sense to me. Would be nice to have some sort of a guide as to what works best for XenForo forums.

Maybe this already exists and I've just overlooked it?
 
Is the user access token: read permission bug still an issue over in CF land? I upgraded from a pretty old version and all my perms are lit up green on your addon so I'm thinking - no need to switch over tokens? Or is there a way to conclusively determine this.
 
Is the user access token: read permission bug still an issue over in CF land? I upgraded from a pretty old version and all my perms are lit up green on your addon so I'm thinking - no need to switch over tokens? Or is there a way to conclusively determine this.
I haven’t tested it lately… was just an issue adding the permission to existing tokens. If the permission list is all green, you have the needed permissions, so I wouldn’t worry about it. If you want to regenerate a new token for whatever reason, you can, but sounds like your existing one is fine.
 
Back
Top Bottom