|
Hi, I'm running Hydrogen 2026.4.2 (including this fix) on Oxygen and I'm trying to get consent sync to run. I followed this guide to integrate Cookiebot and it seems like it's working. I can see some cookies being written (e.g. For some reason though, the consent never reaches the checkout. We have a bit of a non-default setup:
This makes a reproducible setup a bit difficult, that's why I'd like to understand how exactly the consent transfer is supposed to work. Maybe we're not passing something in an important place or something like that. |
Replies: 1 comment 1 reply
|
Just downgraded to 2026.1.4 to see if it works with the legacy consent sync and it works out of the box. So we're having some kind of issue with the new backend consent sync. |
Update: I got it working now. Our custom cart implementation didn't forward all the cookies to the Shopify API. Once we fixed that, the backend consent sync started working 🎉