ConsentPro Consent Storing guide not updated

Hi!

I’m planning to do a full GDPR compliance using Consent Pro. I can do all things listed in the docs except Storing Consents as the guide and the video to follow is not updated as Cloudflare’s dashboard already changed.

Do you guys know where I can see the updated instructions to do this?

Hey @genesis!

You’re absolutely right - some screenshots in the Cloudflare setup guide may not match the current dashboard UI since they update their interface regularly. This can definitely be confusing when trying to follow along! :thinking:

The good news is the actual steps work perfectly with today’s Cloudflare dashboard:

Step-by-step consent storage setup:

  1. Create/access Cloudflare account at cloudflare.com
  2. Create Worker: Go to ‘Workers & Pages’ > ‘Create Worker’
  3. Edit the code: Click ‘Edit code’, replace placeholder with the script.js file from finsweet/cookie-consent-worker, then click ‘Deploy’
  4. Create KV namespace: Go to ‘Workers KV’ > ‘Create namespace’
  5. Bind Worker to KV: Back in Workers, select your worker > ‘Settings’ > ‘Variables’ > Add KV binding with variable name CONSENTS (case-sensitive!)
  6. Get endpoint URL: From your worker page, copy the worker URL
  7. Configure in Consent Pro: Paste the URL in the endpoint field

The functionality works exactly as described, even if some UI screenshots show the older interface.

We’ll flag this UI documentation update to our team - thanks for pointing it out! :folded_hands:

Let us know how the setup goes, and feel free to ask if you hit any snags during the process!