[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
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.
 
Back
Top Bottom