- Issue created by @gonz@meiz
- 🇧🇬Bulgaria alexander.nachev
Hello, I am not sure why the JSON.stringify() is there but removing it seems to solve this issue for me. The cookies are set.
Maybe its not needed when setting just { path: '/'} in cookiebot.js line 94 and 102 ?? Yes, indeed, removing the JSON.stringify() resolves the issue, for which I already have a patch. However, the intention of this ticket was precisely to find out the reasons for JSON.stringify() being there, if anyone knows.